taosdata/TDengine
View on GitHubdoes taos-connector-dotnet support getting connection and failover info from taos.cfg?
Open
#23,000 opened on Sep 21, 2023
help wantedquestion
Repository metrics
- Stars
- (24,849 stars)
- PR merge metrics
- (Avg merge 1d 1h) (4 merged PRs in 30d)
Description
taos-connector-dotnet 不支持taos.cfg获取连接和故障切换吗 获取连接只有public static extern IntPtr Connect(string ip, string user, string password, string db, short port);方法 必须给一个地址,如果这个节点挂了,如何做切换