chia7712 commented on code in PR #18368:
URL: https://github.com/apache/kafka/pull/18368#discussion_r1967294797
##########
tests/kafkatest/services/kafka/kafka.py:
##########
@@ -842,8 +842,7 @@ def start_node(self, node, timeout_sec=60, **kwargs):
self.close_port(controller_listener)
self.security_config.setup_node(node)
- if self.quorum_info.using_zk or self.quorum_info.has_brokers: # TODO:
SCRAM currently unsupported for controller quorum
- self.maybe_setup_broker_scram_credentials(node)
+ self.maybe_setup_broker_scram_credentials(node)
Review Comment:
this method will call `maybe_setup_broker_scram_credentials` to use zk
connection. Is it safe if the e2e is under kraft?
--
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]