Hello everyone, I've a small streams app, the configuration and part of the code I'm using can be found here https://gist.github.com/alex88/6b7b31c2b008817a24f63246557099bc There's also the log when the app is started locally and when the app is started on our servers connecting to the confluent cloud kafka broker.
The problem is that locally everything is working properly, if I restart the streams app it just continues where it left, if I restart the app online it reprocesses the whole topic. That shouldn't happen right? Thanks in advance -- Alessandro Tagliapietra