zhangmeng916 opened a new issue #1090: URL: https://github.com/apache/helix/issues/1090
Currently in Helix controller logic, when a listener is added, the init() function will be called to ensure the first time invoke. However, the similar logic is missing in adding routing table provider listener. The problem caused by this missing function is that Helix customers would need to manual trigger the callback in order to get the initial value or they need to wait until the first changing event arrives. We should add an init function when adding a routing table listener to make sure our customers will get a triggering in the beginning. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
