Source code provided on the following pages:
https://helix.apache.org/0.9.8-docs/tutorial_controller.html
https://helix.apache.org/1.0.1-docs/tutorial_controller.html
Has compilation errors on those lines:
manager.addConfigChangeListener(controller); // compilation error
manager.addLiveInstanceChangeListener(controller);
manager.addIdealStateChangeListener(controller);
manager.addExternalViewChangeListener(controller); // compilation error
manager.addControllerListener(controller);
Source code provided on the following pages:
https://helix.apache.org/0.9.8-docs/tutorial_controller.html
https://helix.apache.org/1.0.1-docs/tutorial_controller.html
Has compilation errors on those lines: