VedarthConfluent commented on code in PR #18844:
URL: https://github.com/apache/kafka/pull/18844#discussion_r1964232749
##########
core/src/main/scala/kafka/docker/KafkaDockerWrapper.scala:
##########
@@ -110,7 +110,9 @@ object KafkaDockerWrapper extends Logging {
case Some(str) => str
case None => throw new RuntimeException("CLUSTER_ID environment variable
is not set.")
}
- Array("format", "--cluster-id=" + clusterId, "-c",
s"${configsPath.toString}/server.properties", "--standalone")
+ // We maintain static voter configurations in Docker Hub images for better
version compatibility and deployment stability,
Review Comment:
What happens when a user passes their own server properties file with
dynamic voters config?
--
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]