m1a2st commented on code in PR #18030:
URL: https://github.com/apache/kafka/pull/18030#discussion_r1894947732
##
docker/docker_official_images/3.7.0/jvm/jsa_launch:
##
@@ -17,7 +17,7 @@
KAFKA_CLUSTER_ID="$(opt/kafka/bin/kafka-storage.sh random-uuid)"
TOPIC="test-topic"
-KAFK
chia7712 merged PR #18030:
URL: https://github.com/apache/kafka/pull/18030
--
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
Yunyung commented on PR #18030:
URL: https://github.com/apache/kafka/pull/18030#issuecomment-2521327334
Thanks :) Fix more incorrect commands i missed.
--
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 g
Yunyung opened a new pull request, #18030:
URL: https://github.com/apache/kafka/pull/18030
After [#17567](https://github.com/apache/kafka/pull/17567), we switched to
using reconfig-server.properties and now need to specify --standalone,
--initial-controllers, or --no-initial-controllers.