Re: Kafka Streams - "state store may have migrated to another instance"

2018-03-07 Thread detharon
-remote- > state-stores-for-the-entire-app > > There is also a convenient 3rd party lib that can help you with this: > https://github.com/lightbend/kafka-streams-query > > On Wed, 7 Mar 2018 at 14:07 detharon wrote: > > > Hello, I'm experiencing issues accessing the

Kafka Streams - "state store may have migrated to another instance"

2018-03-07 Thread detharon
Hello, I'm experiencing issues accessing the state stores outside the Kafka stream. My application queries the state store every n seconds using the .all() method to retrieve all key value pairs. I know that the state store might not be available, so I guard against the InvalidStateStoreException a