muralibasani commented on code in PR #22346:
URL: https://github.com/apache/kafka/pull/22346#discussion_r3289084157
##########
core/src/main/scala/kafka/server/BrokerServer.scala:
##########
@@ -57,7 +57,7 @@ import
org.apache.kafka.server.share.persister.{DefaultStatePersister, NoOpState
import org.apache.kafka.server.share.session.ShareSessionCache
import org.apache.kafka.server.util.timer.{SystemTimer, SystemTimerReaper,
Timer}
import org.apache.kafka.server.util.{Deadline, FutureUtils, KafkaScheduler,
NetworkPartitionMetadataClient, PartitionMetadataClient}
-import org.apache.kafka.server.{AssignmentsManager, AutoTopicCreationManager,
BrokerFeatures, BrokerLifecycleManager, ClientMetricsManager,
DefaultApiVersionManager, DefaultAutoTopicCreationManager, DelayedActionQueue,
FetchManager, FetchSessionCacheShard, KRaftTopicCreator,
NodeToControllerChannelManagerImpl, ProcessRole, RaftControllerNodeProvider}
+import org.apache.kafka.server.{AssignmentsManager, AutoTopicCreationManager,
BrokerFeatures, BrokerLifecycleManager, ClientMetricsManager,
DefaultApiVersionManager, DefaultAutoTopicCreationManager, DelayedActionQueue,
FetchManager, FetchSessionCacheShard, KRaftTopicCreator,
InterBrokerNetworkClientFactory, NodeToControllerChannelManagerImpl,
ProcessRole, RaftControllerNodeProvider}
Review Comment:
looking at the alphabetic order
--
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]