tinaselenge commented on code in PR #17524:
URL: https://github.com/apache/kafka/pull/17524#discussion_r1850821624
##########
core/src/main/scala/kafka/server/metadata/ZkMetadataCache.scala:
##########
@@ -354,6 +354,10 @@ class ZkMetadataCache(
metadataSnapshot.aliveBrokers.values.flatMap(_.getNode(listenerName))
}
+ override def getBrokerNodes(listenerName: ListenerName): Iterable[Node] = {
+ getAliveBrokerNodes(listenerName)
+ }
+
Review Comment:
It seems like until we remove ZKMetadataCache completely, this is needed to
in order to compile.
--
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]