taosdata/TDengine

does taos-connector-dotnet support getting connection and failover info from taos.cfg?

开放

#23,000 创建于 2023年9月21日

 (0 条评论) (0 个反应) (0 位负责人)C (5,002 个派生)batch import
help wantedquestion

仓库指标

星标
 (24,849 个星标)
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);方法 必须给一个地址,如果这个节点挂了,如何做切换

贡献者指南