-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
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