FrankYang0529 commented on code in PR #17673:
URL: https://github.com/apache/kafka/pull/17673#discussion_r1835561960


##########
tests/kafkatest/services/performance/consumer_performance.py:
##########
@@ -77,9 +77,6 @@ def __init__(self, context, num_nodes, kafka, topic, 
messages, version=DEV_BRANC
         assert version.consumer_supports_bootstrap_server() or (not 
new_consumer), \
             "new_consumer is only supported if version >= 0.9.0.0, version %s" 
% str(version)
 
-        assert version < V_2_0_0 or new_consumer, \

Review Comment:
   Hi @chia7712, thanks for the suggestion. I'm curious whether we can assume 
`new_consumer` is always `true` in `ConsoleConsumer`? 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