chia7712 commented on code in PR #19209:
URL: https://github.com/apache/kafka/pull/19209#discussion_r2192945295


##########
tests/kafkatest/services/kafka/kafka.py:
##########
@@ -1346,34 +1340,29 @@ def alter_message_format(self, topic, 
msg_format_version, node=None):
 
         cmd = fix_opts_for_new_jvm(node)
         cmd += "%s --entity-name %s --entity-type topics --alter --add-config 
message.format.version=%s" % \
-              (self.kafka_configs_cmd_with_optional_security_settings(node, 
force_use_zk_connection), topic, msg_format_version)
+                (self.kafka_configs_cmd_with_optional_security_settings(node, 
force_use_zk_connection), topic, msg_format_version)

Review Comment:
   please remove this change



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