cmccabe commented on code in PR #15986:
URL: https://github.com/apache/kafka/pull/15986#discussion_r1619506439


##########
core/src/main/scala/kafka/server/SharedServer.scala:
##########
@@ -94,6 +95,7 @@ class SharedServer(
   val time: Time,
   private val _metrics: Metrics,
   val controllerQuorumVotersFuture: CompletableFuture[JMap[Integer, 
InetSocketAddress]],
+  val bootstrapServers: JCollection[InetSocketAddress],

Review Comment:
   I don't see why this needs to be a new argument. We already have KafkaConfig 
passed in as an argument, and this just comes from 
`QuorumConfig.parseBootstrapServers(config.quorumBootstrapServers)`.
   
   Adding a new argument here creates a lot of churn, which is a lot of work 
for merges and such.



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