Skip to content

Commit

Permalink
Fix comment formatting in BrokerService.java for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Demogorgon314 committed Feb 18, 2025
1 parent 4f1e59b commit 914a19a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2614,9 +2614,7 @@ private void configValueChanged(String configKey, String newValueStr) {
configFieldWrapper.field.set(pulsar.getConfiguration(), newValue);
} else {
// This case only occurs when it is a customized item.
// See: https://github.com/apache/pulsar/blob/

/pip/pip-300.md.
// See: https://github.com/apache/pulsar/blob/pip/pip-300.md.
log.info("Skip update customized dynamic configuration {}/{} in memory, only trigger an event"
+ " listeners.", configKey, newValueStr);
existingValue = configFieldWrapper.lastDynamicValue;
Expand Down

0 comments on commit 914a19a

Please sign in to comment.