1050. Exactly Once Semantic - dkkahm/study-kafka-with-spring GitHub Wiki

Kafka Stream Configuration

    props.put(StreamsConfig.PROCESSING_GUARANTEE_CONFIG, StreamsConfig.EXACTLY_ONCE);
    props.put(ProducerConfig.ENABLE_IDEMPOTENCE_CONFIG, "true");