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

   This patch adds the include argument to ConsumerPerformance tool.
   
   ConsoleConsumer and ConsumerPerformance serve different purposes but share 
common functionality for message consumption. Currently, there's an 
inconsistency in their command-line interfaces:
   
   - ConsoleConsumer supports an --include argument that allows users to 
specify a regular expression pattern to filter topics for consumption
   - ConsumerPerformance lacks this topic filtering capability, requiring users 
to specify a single topic explicitly via --topic argument
   
   This inconsistency creates two problems:
   
   - Similar tools should provide similar topic selection capabilities for 
better user experience
   - Users cannot test consumer performance across multiple topics or 
dynamically matching topic sets, making it difficult to test realistic scenarios
   


-- 
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