ijuma commented on code in PR #14556:
URL: https://github.com/apache/kafka/pull/14556#discussion_r1361474850


##########
core/src/main/scala/kafka/Kafka.scala:
##########
@@ -86,6 +86,10 @@ object Kafka extends Logging {
   }
 
   def main(args: Array[String]): Unit = {
+    process(args)
+  }
+
+  def process(args: Array[String]): Unit = {

Review Comment:
   Why is `process` needed? You can invoke `main` from `KafkaNativeWrapper`.



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

Reply via email to