Skip to content

Commit f49b70e

Browse files
committed
fix some fail test
1 parent 28931c3 commit f49b70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/kafka/server/metadata/DynamicConfigPublisher.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class DynamicConfigPublisher(
7575
if (resource.name().isEmpty) {
7676
try {
7777
info("Updating cluster configuration : " + toLoggableProps(resource, props).mkString(","))
78-
nodeConfigHandler.processConfigChanges("", props)
78+
nodeConfigHandler.processConfigChanges(resource.name(), props)
7979
} catch {
8080
case t: Throwable => faultHandler.handleFault("Error updating " +
8181
s"cluster with new configuration: ${toLoggableProps(resource, props).mkString(",")} " +

0 commit comments

Comments
 (0)