Skip to content

Controller tutorial doc page leads to compilation errors #1517

@bfreuden

Description

@bfreuden

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions