You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Luke Chen (Jira)" <ji...@apache.org> on 2023/02/24 05:02:00 UTC

[jira] [Created] (KAFKA-14756) improve exactly-once-demo example and ExactlyOnceMessageProcessor

Luke Chen created KAFKA-14756:
---------------------------------

             Summary: improve exactly-once-demo example and ExactlyOnceMessageProcessor
                 Key: KAFKA-14756
                 URL: https://issues.apache.org/jira/browse/KAFKA-14756
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Luke Chen


while running both the examples, I saw flood of logs output because we print one line for message sent, and one line for message received. In java-producer-consumer-demo, there will be 10000 records sent/received, so > 20000 lines of logs output. Same for exactly-once-demo. Maybe we should consider to reduce the record number.

 

Also, we should add more comments to both example files

 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)