I have multiple Kafka Streams instances with same application.id which runs on the same machine.
So can I use same state.dir for each instance or a different state.dir
I read it somewhere that it can lock global state directory if I use same state.dir and all instances are running on same machine