jolshan commented on code in PR #13357:
URL: https://github.com/apache/kafka/pull/13357#discussion_r1128706720


##########
core/src/main/scala/kafka/server/metadata/BrokerMetadataPublisher.scala:
##########
@@ -271,19 +271,28 @@ class BrokerMetadataPublisher(
                 })
             } catch {
               case t: Throwable => 
metadataPublishingFaultHandler.handleFault("Error loading " +
-                s"authorizer changes in ${deltaName}", t)
+                s"authorizer changes in $deltaName", t)
             }
           }
           case _ => // No ClusterMetadataAuthorizer is configured. There is 
nothing to do.
-        })
+        }
+      }
+
+      try {

Review Comment:
   This looks like the only not nit change in the file. 



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to