Hey All, I am new to Kafka streams. From the documentation <http://docs.confluent.io/3.1.0/streams/architecture.html#processing-guarantees>, it is pretty much clear that streams support at least once semantics. But I couldn't find details about how this is supported. I am interested in knowing the finer details / design of this.
Is there some documentation around this? Is there some documentation around what semantics are followed by the various Kafka streams examples <https://github.com/confluentinc/examples/tree/3.1.x/kafka-streams> available on Github? Do all of them follow at least once? Thanks, Mahendra