ShivsundarR commented on code in PR #20479:
URL: https://github.com/apache/kafka/pull/20479#discussion_r2355231742
##########
docker/test/docker_sanity_test.py:
##########
@@ -155,15 +155,15 @@ def broker_restart_flow(self):
errors.append(constants.BROKER_RESTART_ERROR_PREFIX + str(e))
return errors
- producer_config = ["--bootstrap-server", "localhost:9092",
"--property", "client.id=host"]
+ producer_config = ["--bootstrap-server", "localhost:9092",
"--command-property", "client.id=host"]
Review Comment:
Yes, I was wondering how they were passing client properties via --property.
Probably the name confusion again.
Now it should be fine right.
--
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]