You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/06/14 07:51:02 UTC

[GitHub] [kafka] ijuma commented on a change in pull request #10872: KAFKA-12945: Remove port, host.name and related configs in 3.0

ijuma commented on a change in pull request #10872:
URL: https://github.com/apache/kafka/pull/10872#discussion_r650636358



##########
File path: core/src/main/scala/kafka/server/KafkaServer.scala
##########
@@ -480,7 +480,8 @@ class KafkaServer(
         endpoint
     )
 
-    val jmxPort = System.getProperty("com.sun.management.jmxremote.port", "-1").toInt
+    val jmxPort = System.getProperty("com.sun.management.jmxremote.port", "
+    ").toInt

Review comment:
       Yeah, this was an unintentional change in the last commit. I'll fix it along with the test issues.




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

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