Hi all, I am trying to get a prototype going with Helix 0.6.2 and noticed that the HelixManager instance can take instances of Change Listeners. One of the new change listeners is InstanceConfigChangeListener. As per the documentation I can create an instance of the GenericHelixController and register it as a listener for pretty much all other listeners but not InstanceConfigChangeListener.
InstanceConfigChangeListener replaces ConfigChangeListener which was implemented by the GenericHelixController but it does not implement the InstanceConfigChangeListener. Is this by design? I do plan to eventually look at whether I need to add my own implementation or extension to the GenericHelixController but for now want to get a quick prototype working, so is there a default implementation for the InstanceConfigChangeListener I can use? Thanks, Sandeep
