AndrewJSchofield commented on code in PR #20479:
URL: https://github.com/apache/kafka/pull/20479#discussion_r2353604976
##########
docker/examples/README.md:
##########
@@ -219,7 +219,8 @@ Multi Node Cluster
- To produce messages using client scripts (Ensure that java version
>= 17):
```
# Run from root of the repo
- $ bin/kafka-console-producer.sh --topic test --bootstrap-server
localhost:29093 --producer.config
./docker/examples/fixtures/client-secrets/client-ssl.properties
+ # Note: In Kafka 4.2+, --command-config replaces the deprecated
--producer.config option.
Review Comment:
Same comment as last time ;)
##########
docker/examples/README.md:
##########
@@ -258,7 +259,8 @@ Multi Node Cluster
- To produce messages using client scripts (Ensure that java version
>= 17):
```
# Run from root of the repo
- $ bin/kafka-console-producer.sh --topic test --bootstrap-server
localhost:29093 --producer.config
./docker/examples/fixtures/client-secrets/client-ssl.properties
+ # Note: In Kafka 4.2+, --command-config replaces the deprecated
--producer.config option.
Review Comment:
And again
--
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]