mimaison commented on code in PR #19237:
URL: https://github.com/apache/kafka/pull/19237#discussion_r2013902994


##########
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:
   I'm not the creator of the JIRa but I think the point was to completely 
remove this system property because Kafka does not use java.awt at all, so it 
does not need to run in headless mode.



##########
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:
   I'm not the creator of the JIRA but I think the point was to completely 
remove this system property because Kafka does not use java.awt at all, so it 
does not need to run in headless mode.



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