mumrah commented on a change in pull request #10003: URL: https://github.com/apache/kafka/pull/10003#discussion_r567064852
########## File path: core/src/main/scala/kafka/server/ReplicaManager.scala ########## @@ -257,6 +265,25 @@ class ReplicaManager(val config: KafkaConfig, } } + // Changes are initially deferrable when using a Raft-based metadata quorum, and may flip-flop thereafter; + // changes are never deferrable when using ZooKeeper. When true, this indicates that we should transition online Review comment: Is the code that will make use of the Deferred case coming in a followup PR? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org