chia7712 commented on code in PR #18844:
URL: https://github.com/apache/kafka/pull/18844#discussion_r1965027255


##########
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:
   Maybe we can catch the `TerseFailure` and print more useful message?



-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to