nodece commented on code in PR #20884:
URL: https://github.com/apache/pulsar/pull/20884#discussion_r1277685896


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java:
##########
@@ -3227,12 +3241,22 @@ public void 
unblockDispatchersOnUnAckMessages(List<PersistentDispatcherMultipleC
     }
 
     private static class ConfigField {
+        // field holds the pulsar dynamic configuration.
         final Field field;
+        // value holds the external dynamic configuration.
+        final String value;

Review Comment:
   This value can be removed, and then call the 
`addCustomDynamicConfiguration()` without the value.



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