Skip to content

Zk clientservice cannot be declared external #572

@Ella-eln

Description

@Ella-eln

The operator creates 3 services: adminServerService, clientservice and headless. Out of which, only adminServerService could be declared as external (available outside of the cluster via nodeport).
This creates a problem when deploying an app that uses the zk as state manager because other apps may require access to that state.

For example, Solr using the operator, zk operator is used to create a quorum that keeps tab on Solr's nodes. In order to write data to Solr one must contact the quorum (done through client port) and obtain a list of available nodes. Without this ability, Solr is practically unavailable.

This problem could be solved relatively simply by adding the option to make clientservice external to the operator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions