Hello everyone,
I currently run a small Streams app which accumulates data in a state store
and periodically erases it. I would like another application (not running
Kafka Streams), to consume the Kafka topic which backs this State Store and
sometimes take actions depending on the state (of course never writing on
the topic, only reading).

I have two questions:
1°/ Is the format written on this topic easily readable using the same
Serde I use for the state store or does Streams change it in any way?
2°/ since the topic will be used by several applications, I don't think
naming it {StreamsAppID}-{StateStoreName}-changelog is a good name. Is
there any way I can choose the topic name that Streams is going to use for
a given StateStore?


Thanks in advance,
Vincent Bernardi

Reply via email to