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 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? > Sorry, but this isn't supported. Alternatively, you could use the `to` operator and send the data to another topic of your choice, of course this will duplicate the data. Thanks, Damian > > > Thanks in advance, > Vincent Bernardi >