taosdata/TDengine
在 GitHub 查看does taos-connector-dotnet support getting connection and failover info from taos.cfg?
Open
#23,000 创建于 2023年9月21日
help wantedquestion
仓库指标
- Star
- (24,849 star)
- PR 合并指标
- (平均合并 1天 1小时) (30 天内合并 4 个 PR)
描述
taos-connector-dotnet 不支持taos.cfg获取连接和故障切换吗 获取连接只有public static extern IntPtr Connect(string ip, string user, string password, string db, short port);方法 必须给一个地址,如果这个节点挂了,如何做切换