Apache-IoTDB-Client-CSharp
Apache-IoTDB-Client-CSharp copied to clipboard
是否有计划支持集群多节点sessionpool
是否可以支持集群多节点sessionpool
cc @lausannel
@shijunfeng 多节点sessionpool是指集群单个节点断连的时候自动连接另一个节点吗?
@shijunfeng 多节点sessionpool是指集群单个节点断连的时候自动连接另一个节点吗?
是的,就是java接口的 public Session(List<String> nodeUrls, String username, String password)
@shijunfeng 多节点sessionpool是指集群单个节点断连的时候自动连接另一个节点吗?
是的,就是java接口的 public Session(List nodeUrls, String username, String password)
有的,预计7-8月完成