rdhabalia opened a new pull request #631: remove duplicate dynamic-config 
listener call
URL: https://github.com/apache/incubator-pulsar/pull/631
 
 
   ### Motivation
   
   right now, dynamic-config listener was being registered twice  in 
`configRegisteredListeners-map` and 
`ZooKeeperDataCache(dynamicConfigurationCache)` therefore, every listener was 
being called twice which can create issue if config-change is not idempotent.
   
   ### Modifications
   
   Remove multiple listener registration.
   
   ### Result
   
   Dynamic-config listener will be called only once.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to