ivanyu commented on code in PR #13277:
URL: https://github.com/apache/kafka/pull/13277#discussion_r1620547544


##########
core/src/main/scala/kafka/raft/RaftManager.scala:
##########
@@ -307,7 +307,8 @@ class KafkaRaftManager[T](
       time,
       discoverBrokerVersions,
       apiVersions,
-      logContext
+      logContext,
+      MetadataRecoveryStrategy.NONE

Review Comment:
   I originally did this. It basically doubled the number of constructors and 
looked hairy. After [this 
discussion](https://github.com/apache/kafka/pull/13277#discussion_r1607019116) 
reverted to the current approach



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

Reply via email to