frankvicky commented on PR #18844: URL: https://github.com/apache/kafka/pull/18844#issuecomment-2645600078
The main issue is deciding which flag(--standalone, --initial-controllers, or --no-initial-controllers) should be used in run time. `--initial-controllers` is the easiest one; we could read server properties and see if there is a related setting. However, it is tricky how to distinguish `standalone` and `initial-controllers`; we don't have further information to judge it. I think the most straightforward approach is to only support `–standalone` in 4.0. Then, we should have a KIP for adding new parameters when running docker wrapper. --------------------------------------------------------------------------- Since the current `Dockerfile` script relies on Kafka's public archive to build images, I have modified it to build images using my local distribution generated by the `releaseTarGz` command. (On the 4.0 branch with this patch) The images successfully boot in Docker containers:  -- 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]
