Re: Streams StateStore topic name/reuse

2017-07-20 Thread Damian Guy
Hi, 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? > If it is a KeyValue Store then you can use your Serdes to read from the changelog. > 2°/ since the topic will be used by s

Streams StateStore topic name/reuse

2017-07-20 Thread Vincent Bernardi
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