frankvicky commented on PR #18844: URL: https://github.com/apache/kafka/pull/18844#issuecomment-2665663904
I have added the `server.properties` file to the `Kafka/docker` directory. This file will be copied to either `docker/jvm` or `docker/native` by Python script. To run containers with the static quorum, I also slightly modified the Dockerfile and launch script. I have tested both the JVM and native image versions on my local machine, and they work fine. (Note: to run in native mode, I applied patch #18872 on my local machine.) jvm:  native:  -- 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]
