jolshan commented on a change in pull request #11784:
URL: https://github.com/apache/kafka/pull/11784#discussion_r812183547
##########
File path: core/src/main/scala/kafka/server/AlterIsrManager.scala
##########
@@ -68,28 +67,14 @@ object AlterIsrManager {
* Factory to AlterIsr based implementation, used when IBP >= 2.7-IV2
*/
def apply(
- config: KafkaConfig,
- metadataCache: MetadataCache,
+ alterIsrChannelManager: BrokerToControllerChannelManager,
scheduler: KafkaScheduler,
time: Time,
- metrics: Metrics,
- threadNamePrefix: Option[String],
brokerEpochSupplier: () => Long,
brokerId: Int
): AlterIsrManager = {
- val nodeProvider = MetadataCacheControllerNodeProvider(config,
metadataCache)
Review comment:
Are these changes just cleaning up? Did we not want to add an extra
parameter to `DefaultAlterIsrManager`?
--
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]