ngjaying
ngjaying
> @ngjaying Thanks for replay , if want compile Tdengine client inside docker , is there source code for libtaos.so? You'll need to check with tdengine. https://github.com/taosdata/driver-go. If you can...
> RUN git clone https://github.com/taosdata/TDengine.git -b ver-3.1.1.4 RUN cd TDengine && ./build.sh && cd debug && make install/local After make install/local , write output to /usr/local/taos, > > Also update...
Need help to update build_plugins.sh to build tdengine plugin for alpine.
Thank you @edgego . I prefer to have this automated so that we can build the alpine version. This issue is still open to pursuit this goal.
Thanks for raising this problem. We will investigate. If you only need shared subscription, you can use EMQX broker which can support it with 3.1.1 client.
After some research, we did not find mature MQTT v5 go client. We may need to pause and wait until we have suitable client.
@manikandan-harman Thanks for bring this up. I have some questions about your proposal 1. The SQL source plugin now designs to fetch data incrementally so the data size return each...
Do you have a link? We usually update the dependencies before a new minor release. Some of the dependencies already archive, do you have any suggestions for how to deal...
@zshwei The scan table must set RETAIN_SIZE to retain multiple rows. Like below: ```sql CREATE TABLE scan_tbl_avg_current (deviceId string, avg_current float) WITH (DATASOURCE="avg_current", FORMAT="JSON", TYPE="mqtt", KEY="deviceId", RETAIN_SIZE=100) ```
@zshwei Currently, KEY is ignored in Scan table. It only affects [lookup table](https://ekuiper.org/docs/en/latest/guide/tables/lookup.html#dynamic-alerting-scenarios).