Interface ZooKeeperEndpointBuilderFactory.ZooKeeperBuilders

    • Method Detail

      • zookeeper

        default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder zookeeper​(String path)
        ZooKeeper (camel-zookeeper) Manage ZooKeeper clusters. Category: clustering,management,bigdata Since: 2.9 Maven coordinates: org.apache.camel:camel-zookeeper Syntax: zookeeper:serverUrls/path Path parameter: serverUrls (required) The zookeeper server hosts (multiple servers can be separated by comma) Path parameter: path (required) The node in the ZooKeeper server (aka znode)
        Parameters:
        path - serverUrls/path
      • zookeeper

        default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder zookeeper​(String componentName,
                                                                                   String path)
        ZooKeeper (camel-zookeeper) Manage ZooKeeper clusters. Category: clustering,management,bigdata Since: 2.9 Maven coordinates: org.apache.camel:camel-zookeeper Syntax: zookeeper:serverUrls/path Path parameter: serverUrls (required) The zookeeper server hosts (multiple servers can be separated by comma) Path parameter: path (required) The node in the ZooKeeper server (aka znode)
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - serverUrls/path