jack5505 commented on code in PR #19237: URL: https://github.com/apache/kafka/pull/19237#discussion_r2013316960
########## core/src/main/scala/kafka/Kafka.scala: ########## @@ -73,7 +73,7 @@ object Kafka extends Logging { try { val serverProps = getPropsFromArgs(args) val server = buildServer(serverProps) - + System.setProperty("java.awt.headless", "true") Review Comment: Hello Thank you for question. I wanted to remove from VM options settings and add that property in starting of server application entrypoint. Why I'm doing here is this is starting application from this file that's why I set property in here. -- 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