We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f670e9b commit 5507c22Copy full SHA for 5507c22
core/src/main/scala/kafka/server/metadata/ZkMetadataCache.scala
@@ -542,7 +542,7 @@ class ZkMetadataCache(
542
aliveNodes.get(brokerId).foreach { listenerMap =>
543
val listeners = listenerMap.keySet
544
if (!aliveNodes.values.forall(_.keySet == listeners))
545
- error(s"Listeners are not identical across brokers: $aliveNodes")
+ info(s"Listeners are not identical across brokers: $aliveNodes")
546
}
547
548
val topicIds = mutable.Map.empty[String, Uuid]
0 commit comments