taosdata / taos-connector-rust

TDengine connector for Rust
MIT License
32 stars 13 forks source link

fix(tmq): fix websocket batchmeta conf error #380

Closed zitsen closed 1 week ago

zitsen commented 1 week ago

When subscribe old version of taosadapter like 3.1.1.35 it will cause tmq_set_conf error -2, which will be reported like:

[0xFFFE] Internal error: `Unknown error 65534`
codecov-commenter commented 1 week ago

Codecov Report

Attention: Patch coverage is 76.90141% with 82 lines in your changes missing coverage. Please review.

Project coverage is 71.39%. Comparing base (a0d1478) to head (f1c9bb7).

Files with missing lines Patch % Lines
taos-ws/src/consumer/mod.rs 77.87% 77 Missing :warning:
taos-ws/src/consumer/messages.rs 0.00% 4 Missing :warning:
taos-query/src/lib.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #380 +/- ## ========================================== + Coverage 71.25% 71.39% +0.14% ========================================== Files 97 97 Lines 34322 34652 +330 ========================================== + Hits 24456 24740 +284 - Misses 9866 9912 +46 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

zitsen commented 1 week ago

CI CodeCoverage increased:

image