taosdata / TDengine

High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
https://tdengine.com
GNU Affero General Public License v3.0
23.24k stars 4.84k forks source link

the difference between Java WebSocket and native ? #24719

Open dawn446912745 opened 7 months ago

dawn446912745 commented 7 months ago

screenshot-20240202-085342 Java连接器中,WebSocket 连接实现的功能集合和原生连接有少量不同,具体不同指的是哪些呢?

yu285 commented 6 months ago

我们会整理一下

sheyanjie-qq commented 6 months ago

@dawn446912745 从功能上来说,目前Websocket支持的数据类型缺少GEOMETRY和VARBINARY。不过也将很快支持。 一般来说我们更建议使用Websocket连接方式。