89.3.2. 查询参数(5 参数):
| 名称 | 描述 | 默认 | 类型 |
|---|---|---|---|
| clusterId (producer) | Cluster ID https://drill.apache.org/docs/using-the-jdbc-driver/#determining-the-cluster-id | 字符串 | |
| directory (producer) | ZooKeeper 中的 drill 目录 | 字符串 | |
| mode (producer) | 连接模式:zk: Zookeeper drillbit: Drillbit direct connection https://drill.apache.org/docs/using-the-jdbc-driver/ | ZK | DrillConnectionMode |
| port (producer) | zookeeper 端口号 | 整数 | |
| 同步 (高级) | 设置同步处理是否应当严格使用,还是允许 Camel 使用异步处理(如果受支持)。 | false | 布尔值 |