Hi All,

We are using streams application with redis for state store.
Redis was mainly considered instead of kafka state stores because of the
reason that global state store once updated by one application instance was
taking few milliseconds to reflect updated global state to another
application instance.
Now, we may need to enable exactly-once semantics, however wondering if it
would work with redis state store, or rollbacks would still have stale
state left in redis?

Reply via email to