ijuma commented on code in PR #19034:
URL: https://github.com/apache/kafka/pull/19034#discussion_r1970928536


##########
tests/kafkatest/sanity_checks/test_console_consumer.py:
##########
@@ -40,7 +40,7 @@ def __init__(self, test_context):
     @cluster(num_nodes=4)
     @matrix(security_protocol=['SASL_SSL'], sasl_mechanism=['PLAIN', 
'SCRAM-SHA-256', 'SCRAM-SHA-512'], metadata_quorum=quorum.all_kraft)
     @matrix(security_protocol=['SASL_PLAINTEXT', 'SASL_SSL'], 
metadata_quorum=quorum.all_kraft)
-    def test_lifecycle(self, security_protocol, sasl_mechanism='GSSAPI', 
metadata_quorum=quorum.zk):
+    def test_lifecycle(self, security_protocol, sasl_mechanism='GSSAPI', 
metadata_quorum=quorum.isolated_kraft):

Review Comment:
   We never use `quorum.zk` here and in many other places - so update the 
default to make it less confusing.



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