fvaleri opened a new pull request, #13492:
URL: https://github.com/apache/kafka/pull/13492

   This is an attempt to improve the Kafka examples module.
   
   There is some heavy refactoring and minor fixes, but the original logic and 
script interface is kept. Below you can find the list of major changes and 
fixes:
   
   - Make scripts shellcheck compliant
   - Convert the readme to markdown as in other modules
   - Remove unnecessary dependency on server-common module
   - Move all classes from kafka.examples to org.apache.kafka.examples
   - Add missing and improve existing javadoc
   - Fix not enough replicas when default minISR>1
   - Add producer and consumer client id config
   - Improve log formatting and avoid printing all messages
   - Fix producer consumer driver hanging on timeout
   - Remove constructor logic and use try-with-resources
   - Improve EOS example and processor
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to