Re: [PR] MINOR: Fix README for running a Kafka broker [kafka]

2024-12-22 Thread via GitHub
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

Re: [PR] MINOR: Fix README for running a Kafka broker [kafka]

2024-12-07 Thread via GitHub
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

Re: [PR] MINOR: Fix README for running a Kafka broker [kafka]

2024-12-05 Thread via GitHub
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

[PR] MINOR: Fix README for running a Kafka broker [kafka]

2024-12-04 Thread via GitHub
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.