383.3. 选项
ZooKeeper Master 组件支持 7 个选项,它们如下所列。
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
containerIdFactory (consumer) | 使用自定义 ContainerIdFactory 来创建容器 ID。 | ContainerIdFactory | |
zkRoot (consumer) | 在 zookeeper 中使用的根路径,其中存储了哪些节点是 master/slave 等信息。默认将使用: /camel/zookeepermaster/clusters/master | /camel/zookeepermaster/clusters/master | 字符串 |
Curator (高级) | 使用自定义配置的 CuratorFramework 作为与 zookeeper ensemble 的连接。 | CuratorFramework | |
最大连接超时 (消费者) | 连接到 zookeeper ensemble 时使用的超时 | 10000 | int |
zooKeeperUrl (consumer) | zookeeper ensemble 的 url | localhost:2181 | 字符串 |
zooKeeperPassword (security) | 连接到 zookeeper ensemble 时使用的密码 | 字符串 | |
resolveProperty Placeholders (advanced) | 启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。 | true | 布尔值 |
ZooKeeper Master 端点使用 URI 语法配置:
zookeeper-master:groupName:consumerEndpointUri
使用以下路径和查询参数:
383.3.1. 路径名(2 参数):
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
groupName | 必需 使用的集群组群名称 | 字符串 | |
consumerEndpointUri | 需要 要在主/从模式中使用的消费者端点 | 字符串 |