majialoong commented on code in PR #23334:
URL: https://github.com/apache/kafka/pull/23334#discussion_r3913045540
##########
tests/kafkatest/services/performance/end_to_end_latency.py:
##########
@@ -90,7 +91,8 @@ def _worker(self, idx, node):
node.account.create_file(get_log4j_config_for_tools(node), log_config)
client_config = str(self.security_config)
- client_config += "compression_type=%(compression_type)s" % self.args
+ client_config += "compression.type=%(compression_type)s\n" % self.args
Review Comment:
The existing `compression_type` configuration key was incorrect, so it has
also been corrected to `compression.type`.
--
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]