adixitconfluent commented on PR #18053:
URL: https://github.com/apache/kafka/pull/18053#issuecomment-2520595498

   Hi @chia7712 , thanks for that evidence, with the code changes in my PR, I 
am trying to reproduce the error that you showed. I followed the following 
steps - 
   1. Produced 10,000,000 records with a throughput of 50,000 using the command 
`bin/kafka-producer-perf-test.sh --record-size 1024 --producer-props 
bootstrap.servers=localhost:9092 --topic tp1 --throughput 50000 --num-records 
10000000`
   2. Simultaneously started 2 console share consumers using command 
`bin/kafka-console-share-consumer.sh --topic tp1 --bootstrap-server 
localhost:9092`
   
   I am not seeing the issue that you showed with my changes on this PR. Is 
this evidence enough to show that these changes work or you recommend me to run 
any other tests? Thanks!


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to