dajac commented on code in PR #18763:
URL: https://github.com/apache/kafka/pull/18763#discussion_r1936943993
##########
tests/kafkatest/sanity_checks/test_console_consumer.py:
##########
@@ -44,8 +44,7 @@ def setUp(self):
@cluster(num_nodes=3)
@matrix(security_protocol=['PLAINTEXT', 'SSL'],
metadata_quorum=quorum.all_kraft)
@cluster(num_nodes=4)
- @matrix(security_protocol=['SASL_SSL'], sasl_mechanism=['PLAIN'],
metadata_quorum=quorum.all_kraft)
- @matrix(security_protocol=['SASL_SSL'], sasl_mechanism=['SCRAM-SHA-256',
'SCRAM-SHA-512']) # SCRAM not yet supported with KRaft
+ @matrix(security_protocol=['SASL_SSL'], sasl_mechanism=['PLAIN',
'SCRAM-SHA-256', 'SCRAM-SHA-512'], metadata_quorum=quorum.all_kraft)
Review Comment:
While we are here, I wonder if we could directly remove the usage of
`ZookeeperService` in this class. What do you think?
--
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]