I have kafka stream application which read event from source topic, does some processing and send that event to all partitions of destination topic.
I want to know, does kafka stream guarantees transactional processing in given use case.
Kafka stream application is configured with “exactly_once” property.