taosdata/TDengine
Vedi su GitHubdoes taos-connector-dotnet support getting connection and failover info from taos.cfg?
Open
#23.000 aperta il 21 set 2023
help wantedquestion
Metriche repository
- Star
- (24.849 star)
- Metriche merge PR
- (Merge medio 1g 1h) (4 PR mergiate in 30 g)
Descrizione
taos-connector-dotnet 不支持taos.cfg获取连接和故障切换吗 获取连接只有public static extern IntPtr Connect(string ip, string user, string password, string db, short port);方法 必须给一个地址,如果这个节点挂了,如何做切换