jolshan commented on code in PR #19879: URL: https://github.com/apache/kafka/pull/19879#discussion_r2122045783
########## core/src/main/scala/kafka/server/KafkaConfig.scala: ########## @@ -216,7 +208,6 @@ class KafkaConfig private(doLog: Boolean, val props: util.Map[_, _]) def quotaConfig: QuotaConfig = _quotaConfig /** ********* General Configuration ***********/ - var brokerId: Int = getInt(ServerConfigs.BROKER_ID_CONFIG) Review Comment: Was the only remaining usage of these configs AddPartitionsToTxnManager? -- 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]
