179 Commits

Author SHA1 Message Date
RongtongJin 1aa9aa095f [maven-release-plugin] prepare for next development iteration 2024-02-22 17:26:57 +08:00
RongtongJin 2bdd53ef66 [maven-release-plugin] prepare release rocketmq-all-4.9.8 2024-02-22 17:26:27 +08:00
RongtongJin a6e912d42f Revert "[maven-release-plugin] prepare release rocketmq-all-4.9.8"
This reverts commit 8b287928fb.
2024-02-22 17:06:34 +08:00
RongtongJin f011fe0cd9 Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 9122e1ced0.
2024-02-22 17:06:26 +08:00
RongtongJin 9122e1ced0 [maven-release-plugin] prepare for next development iteration 2024-02-12 18:46:21 +08:00
RongtongJin 8b287928fb [maven-release-plugin] prepare release rocketmq-all-4.9.8 2024-02-12 18:45:51 +08:00
RongtongJin cb709bbdc7 [maven-release-plugin] prepare for next development iteration 2023-06-12 16:40:37 +08:00
RongtongJin 5eb2e4ca0e [maven-release-plugin] prepare release rocketmq-all-4.9.7 2023-06-12 16:40:18 +08:00
RongtongJin 7d9c79bbee [maven-release-plugin] prepare for next development iteration 2023-05-17 17:12:24 +08:00
RongtongJin db4ba459be [maven-release-plugin] prepare release rocketmq-all-4.9.6 2023-05-17 17:12:02 +08:00
RongtongJin 7676cd9366 [maven-release-plugin] prepare for next development iteration 2023-03-27 14:06:48 +08:00
RongtongJin 66b7e6f5f1 [maven-release-plugin] prepare release rocketmq-all-4.9.5 2023-03-27 14:06:25 +08:00
lizhiboo d98a8fad9e [ISSUE #4776]Support tag in litepullconsumer assign mode (#4775)
* support tag for litepullconsumer at assign type

* support tag for litepullconsumer at assign mode

* with namespace

* fix typo

* add test case

* fix

* code style

(cherry picked from commit dd87d90b29)
2023-03-24 16:51:36 +08:00
hill 32733e7674 [maven-release-plugin] prepare for next development iteration 2022-06-20 16:17:12 +08:00
hill 06f2208a34 [maven-release-plugin] prepare release rocketmq-all-4.9.4 2022-06-20 16:16:54 +08:00
Zhouxiang Zhan 1f4ef2b311 [ISSUE #4419] Upgrade maven-checkstyle-plugin to 3.1.2 (#4420)
* Fix incorrect indentation issue
2022-06-06 19:39:38 +08:00
李晓双 Li Xiao Shuang 4fdf8b0518 [ISSUE #4323] Transaction example add the default NamesrvAddr (#4354)
* Transaction example add the default NamesrvAddr

* update annotation
2022-06-06 10:53:51 +08:00
李晓双 Li Xiao Shuang 1db9adb3e3 [ISSUE #4323] tracemessage example add the default NamesrvAddr (#4353)
* tracemessage example add the default NamesrvAddr

* update annotation
2022-06-06 10:53:21 +08:00
李晓双 Li Xiao Shuang 97709a8b8e [ISSUE #4323] Broadcast example add the default NamesrvAddr (#4344)
* Broadcast example add the default NamesrvAddr

* Broadcast example add the default NamesrvAddr

* update annotation
2022-06-06 10:52:18 +08:00
李晓双 Li Xiao Shuang ecb24c453c [ISSUE #4323] Batch example add the default NamesrvAddr (#4328)
* batch example add the default NamesrvAddr

* Add comments

* update annotation
2022-06-06 10:51:46 +08:00
李晓双 Li Xiao Shuang 9ca133a7d0 [ISSUE #4323] Quickstart adds the default NamesrvAddr (#4322)
* Add the default NamesrvAddr

* Optimize the code

* Add comments

* Add comments

* update annotation
2022-06-06 10:51:00 +08:00
李晓双 Li Xiao Shuang 1f71c39c54 [ISSUE #2435] Solve the problem that DefaultMQProducer#request() sends messages and waits for timeout synchronously (#4313)
* Fix message callback timeout bug

* Clean up code format

* Fix message callback timeout bug

Co-authored-by: Heng Du <duhengforever@apache.org>
2022-06-06 10:48:16 +08:00
李晓双 Li Xiao Shuang 3646ac5030 [ISSUE #4323] Optimized namespace example code (#4346)
* Optimized namespace example code

* Optimized namespace example code
2022-06-06 10:44:29 +08:00
李晓双 Li Xiao Shuang febb21092b [ISSUE #4323] Schedule example add the default NamesrvAddr (#4352)
* Schedule example add the default NamesrvAddr

* Schedule example add the default NamesrvAddr

* update annotation
2022-06-01 13:46:30 +08:00
Aaron Ai 65a8525a60 Formatting code of maven dependencies management (#4371) 2022-05-25 12:53:19 +08:00
Ni Ze 316d32a006 [ISSUE #3804]Commit consumption offset with specific MessageQueue. (#3838)
* feat(client) commit consumption offset with specific MessageQueue.

* feat(client) remove exception.

* feat(client) add test

* fix(test) code style is not right

* doc(broker.conf) remove item for test
2022-05-24 09:47:27 +08:00
李晓双 Li Xiao Shuang 5e7baab953 [ISSUE #4323] Optimized openmessaging example code (#4347)
* Optimized openmessaging example code

* fix ci
2022-05-24 09:31:43 +08:00
huangli 3cbb3b8ea5 [ISSUE 3585] [Part B] Improve encode/decode performance (#3588)
* [ISSUE 3585] [Part B] Improve header encode/decode performance

* [ISSUE 3585] [Part B] Improve RocketMQSerializable performance with zero-copy; fix securtiy problems.

* [ISSUE 3585] [Part B] Fix unit test

Co-authored-by: yuz10 <845238369@qq.com>
2022-04-27 09:26:10 +08:00
Oliver a800706752 [Optimization] Replace Timer to ScheduleExecutorService (#4208)
* replace Timer to ScheduleExecutorService

* replace timetask to runnable

* Change the style of creating ThreadPoolExecutor

* Remove unused import

* set daemon

* checkstyle
2022-04-27 09:22:21 +08:00
cnScarb 86738365ec [ISSUE #4187]Support async publish in producer benchmark (#4188)
* Support async publish in producer benchmark

* Support async publish in producer benchmark
2022-04-21 11:00:56 +08:00
6U-U9 d100d3c9a5 [ISSUE #4167] Replace Charset.forName("UTF-8") with StandardCharsets.UTF_8 (#4024)
* Replace Charset.forName("UTF-8") with StandardCharsets.UTF_8

* Remove the specification of Charset according to SimplePullConsumer
2022-04-17 23:02:07 +08:00
ymingxu febc083605 [ISSUE #3561] Optimize consuming messages with namespace example
Co-authored-by: yangmingxu <mingxu914>
2022-03-08 16:26:33 +08:00
tigerlee b606d9c638 [maven-release-plugin] prepare for next development iteration 2022-02-22 00:25:55 +08:00
tigerlee c7989f8574 [maven-release-plugin] prepare release rocketmq-all-4.9.3 2022-02-22 00:25:37 +08:00
zplovekq 8fdfb42ac8 [ISSUES #3048]add example of OnewayProducer and ScheduledMessage (#3053)
* fix the issue #2994
add the example for OnewayProducer and ScheduledMessageConsumer.
remove a unused line and add notes.

* rollback

* change code style

* modify the code style

Co-authored-by: zoupeinie <zoupeinie@bytedance.com>
2022-01-24 13:54:08 +08:00
HuiTong 5233f12f3a rollback spelling fix to avoid incompatile (#3749) 2022-01-13 13:47:37 +08:00
Takshak Ramteke b5ade62380 [Issue #3565] Removing message filter impldev (#3575)
* fix(broker): can not clear topic unitSubFlag (#3429)

Co-authored-by: lushilin <lushilin.me@bytedance.com>

* doc-optimization (#3523)

* Removed the Useless class file MessageFilterImpl.

Co-authored-by: lushilin <897401919@qq.com>
Co-authored-by: lushilin <lushilin.me@bytedance.com>
Co-authored-by: Smile <1494445739@qq.com>
2021-12-08 14:46:41 +08:00
wangfan 5694db1c4a [ISSUE #3579]:Fix spelling mistake in getter/setter method of mQClientFactory SSUE
Co-authored-by: wangfan <wangfan8@xiaomi.com>
2021-12-07 11:17:21 +08:00
NAMANIND 4daade3c1a Removed if-else statements of ROLLBACK and COMMIT 2021-12-03 12:28:06 +08:00
Naman rai 16cabf020c removed typos and spelling errors from comments in quickstart (#3572) 2021-12-02 15:52:06 +08:00
mrhbj a82306853d fix notes wrong (#3543) (#3544)
Co-authored-by: huangbj <huangbojian@gdzskj.cn>
2021-11-30 11:00:48 +08:00
zhangyang 4bb99e656b [ISSUE #3487] Benchmark supports custom AK/SK
Signed-off-by: zhangyang21 <zhangyang21@xiaomi.com>
2021-11-17 13:56:46 +08:00
tigerlee 21faa68b4c [maven-release-plugin] prepare for next development iteration 2021-10-22 13:44:14 +08:00
tigerlee c840b20833 [maven-release-plugin] prepare release rocketmq-all-4.9.2 2021-10-22 13:43:57 +08:00
Git_Yang a83cdc5fa3 [format] Fix formatting errors (#3380)
Signed-off-by: zhangyang <Git_Yang@163.com>
2021-09-26 15:47:50 +08:00
tiger lee 1e8e728259 Merge pull request #3295 from lwclover/develop
[ISSUE #3308] production level pull api demo
2021-09-24 00:46:35 +08:00
zhangjidi2016 fea769da7c [ISSUE #3284]Optimize the buildMessage method (#3324)
* [ISSUE #3284]Optimize the buildMessage method

Co-authored-by: zhangjidi2016 <zhangjidi@cmss.chinamobile.com>
2021-09-08 19:58:23 +08:00
【keepal】 857d28df5e [ISSUE #3284]Optimizing benchmark code (#3317) 2021-09-05 06:23:32 +08:00
sunhangda 401dc8eaf1 production level pull api demo
production level pull api demo
2021-08-27 11:17:46 +08:00
zhangjidi2016 7c7e9aca65 [ISSUE #3284]Optimizing benchmark code (#3285)
* [ISSUE #3284]Optimizing benchmark code

* Reduce calls to the longValue method in the loop

Co-authored-by: zhangjidi <zhangjidi@cmss.chinamobile.com>
2021-08-26 15:31:57 +08:00