Hi,

I am looking for some information as to whether kafka state store
KeyValueStore is global or local only. I found that it can be in-memory or
made persistent which stores it in local Rocksdb and also logging can be
enabled so the state is backed by a topic which allows the state store to
be fault tolerant.
However the information that I am looking for is: whether the state store
can be global i.e. if the state written by one application is available to
the other application in real time even when both the applications are
running i.e. no rebalancing has triggered?

Reply via email to