Commit Graph

102 Commits

Author SHA1 Message Date
Liu Jicong 0ead238adb feat(tmq): support check col and tag modifiable 2022-06-02 15:53:30 +08:00
Liu Jicong f2048b00cb fix(tmq): subscribe stb 2022-06-02 11:01:05 +08:00
Liu Jicong e1fd4a6640 feat(tmq): get_db api 2022-06-02 10:18:11 +08:00
Shengliang Guan 70e6e15920 Merge branch 'fix/mnode' into fix/tsim 2022-06-01 09:41:54 +08:00
Shengliang Guan 1013b06107 refactor: make trans support global conflict 2022-05-31 19:24:26 +08:00
Shengliang Guan 9057abeb39 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-31 17:39:57 +08:00
Shengliang Guan 04ef9e15e6 refactor: make trans support global conflict 2022-05-31 17:37:25 +08:00
Liu Jicong 451d19f986 feat(tmq): create topic new grammar 2022-05-31 16:20:40 +08:00
Liu Jicong 2248bc4207 Merge branch '3.0' into feature/topic_grammar 2022-05-30 23:31:22 +08:00
Liu Jicong d1259b3c82 fix(tmq): remove topic ref cnt 2022-05-30 22:50:59 +08:00
Liu Jicong 05a0774b6d feat(tmq): add sub type 2022-05-27 14:06:28 +08:00
Hongze Cheng fe22f0f6d3 use two version in server and refact 2022-05-26 08:29:52 +00:00
Shengliang Guan a878b3edd5 fix: commit log should not be null 2022-05-23 21:17:04 +08:00
Shengliang Guan 682a7cab17 fix: avoid memory leak 2022-05-21 16:35:24 +08:00
Liu Jicong 82b2ae4194 enh(tmq): set and show client id 2022-05-19 11:20:47 +08:00
Shengliang Guan 67b0fd9261 fix: wrong db status 2022-05-18 09:25:00 +08:00
Shengliang Guan 82a8f63dec fix: bad code merge 2022-05-17 21:20:43 +08:00
Shengliang Guan 00a69a4d57 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-17 19:41:53 +08:00
Liu Jicong d762ec6371 enh(tmq): adaptive schema 2022-05-17 18:18:55 +08:00
Liu Jicong 8ceae5854d fix(tmq): fix memory leak 2022-05-17 17:01:07 +08:00
Shengliang Guan d7e895448d fix: conflicts after refactor SRpcMsg 2022-05-17 16:32:23 +08:00
Shengliang Guan 0623514ed1 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-17 16:12:53 +08:00
Liu Jicong 44a9695460 enh(tmq): cascade drop 2022-05-17 04:09:25 +08:00
Shengliang Guan 96b7f2696a refactor: adjust SRpcMsg 2022-05-16 14:55:31 +08:00
Liu Jicong 1c98d780a0 fix(wal): int overflow 2022-05-12 20:51:08 +08:00
Liu Jicong 7ab2e76c35 feat(tmq): support get tb name 2022-05-12 11:31:56 +08:00
Liu Jicong 714dd4f497 enh(tmq): only read committed log 2022-05-11 14:42:20 +08:00
Liu Jicong a6b258a45f feat(tmq): change default config 2022-05-10 17:12:11 +08:00
Liu Jicong 52e1fcbff7 feat(tmq): show subcription 2022-05-09 18:09:55 +08:00
Liu Jicong 661fbd2e46 enh(stream): improve topic show 2022-05-09 16:35:59 +08:00
Liu Jicong de939d589f fix: memory error 2022-04-29 20:11:58 +08:00
Liu Jicong 37a2977ad9 feat(tmq): consumer support recover 2022-04-27 17:15:02 +08:00
Liu Jicong a5a10f7068 feat: tmq support show 2022-04-26 17:08:42 +08:00
Liu Jicong ee9084e456
Merge pull request #11831 from taosdata/feature/tq
enh: msg with adaptive schema
2022-04-25 17:37:55 +08:00
Liu Jicong 609b21647b fix: msg with schema 2022-04-25 15:40:25 +08:00
Haojun Liao 8f14f8e8b3 fix(query): enable mnd support show topics processing. 2022-04-25 11:40:56 +08:00
Liu Jicong 06a370c8de enh(tmq): remove topic out of db 2022-04-25 10:42:17 +08:00
Liu Jicong 575f64197d enh(wal): skip read for specific msg 2022-04-24 16:51:32 +08:00
Liu Jicong 32e9887664 feat(tmq): add push mode 2022-04-22 19:47:00 +08:00
Liu Jicong 3035ecd58e add show topic 2022-04-22 14:26:36 +08:00
Liu Jicong 2dcb014511 feat(tmq): add db subscribe 2022-04-21 16:37:55 +08:00
Shengliang Guan 83a824a14d Merge remote-tracking branch 'origin/3.0' into feature/check 2022-04-14 20:56:57 +08:00
Shengliang Guan 2635df084d refact<cluster>: adjust show types 2022-04-14 20:54:43 +08:00
Liu Jicong 69cb4b5c99 refactor(tmq): persist ast in topic 2022-04-14 20:34:42 +08:00
Shengliang Guan 495e417ce6 enh<cluster>: add show message funcs 2022-04-14 18:16:02 +08:00
Haojun Liao bcbc8618d2 ehn(query): refactor show module in mnode. 2022-04-13 19:27:47 +08:00
Haojun Liao 60c1ce2d08 ehn(query): refactor show module in mnd. 2022-04-12 20:05:13 +08:00
Haojun Liao 208f639806 feature[query]:refactor show query processing in mnode. 2022-04-09 16:19:08 +08:00
Liu Jicong 9364c8063c revert topic phyplan 2022-03-30 14:25:44 +08:00
Liu Jicong 459ec6ed71 tmq optimize offset handling 2022-03-30 14:06:02 +08:00