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
zhenhe
3a2b172660
[ISSUE #3006 ]Replace ScheduledExecutorService instead of Timer to avoid affecting other tasks during exception ( #3001 )
...
* 采用ScheduledExecutorService替代Timer,避免异常捕获时影响其他任务
多线程并行处理定时任务时,Timer运行多个TimeTask时,只要其中之一没有捕获抛出的异常,其它任务便会自动终止运行,使用ScheduledExecutorService则没有这个问题。
* optimize imports
* Add @Override annotation
* Revert "Add @Override annotation"
This reverts commit 3ddccd8802 .
Co-authored-by: wuzh <wuzh@bosera.com >
2021-08-04 13:59:25 +08:00
zongtanghu
bb34171289
[maven-release-plugin] prepare for next development iteration
2021-08-01 20:01:59 +08:00
zongtanghu
e9c4253218
[maven-release-plugin] prepare release rocketmq-all-4.9.1
2021-08-01 20:01:39 +08:00
yuz10
df88bce1d1
add msgTraceEnable config in transaction producer benchmark
2021-07-19 00:05:07 +08:00
yuz10
58087722e4
fix checkstyle fail
2021-07-18 23:12:09 +08:00
Heng Du
e1f94aac84
Merge pull request #3034 from PatrickkZ/develop
...
[ISSUES #3061 #3065 ]add different send examples and chinese version of FAQ.md
2021-07-14 08:51:30 +08:00
Heng Du
2a6371765e
Merge pull request #2882 from zhurunhua/RocketMQ-zhurunhua
...
[ISSUE #3112 ]Fix: update the option's description of delete/update access config command
2021-07-02 19:22:07 +08:00
Git_Yang
a0a2192c65
[ISSUE #2873 ] add benchmark for batch message
...
Signed-off-by: zhangyang <Git_Yang@163.com >
2021-06-25 10:28:20 +08:00
张旭
160c5772fb
test(benchmark): support delay message test ( #3010 )
...
Co-authored-by: zhangxu16 <zhangxu16@xiaomi.com >
2021-06-23 11:00:07 +08:00
patrick
d8dec654b7
add different send examples
2021-06-23 10:48:36 +08:00
zongtanghu
df1d93fc88
[maven-release-plugin] prepare for next development iteration
2021-06-10 21:36:05 +08:00
zongtanghu
5203d52f1b
[maven-release-plugin] prepare release rocketmq-all-4.9.0
2021-06-10 21:35:41 +08:00
zhurunhua
4f33895734
Merge branch 'develop' into RocketMQ-zhurunhua
2021-05-26 16:50:09 +08:00
zhurunhua
b186bcd53f
update the option's description of consumer.sh
2021-05-26 15:10:38 +08:00
Heng Du
88add9d4bb
Merge pull request #2608 from xxd763795151/bench_consumer
...
[ISSUE #2607 ] Set benchmark`s consumer isSuffixEnable default false and update help info
2021-05-21 09:42:56 +08:00
Heng Du
1c75d022e9
Merge pull request #2617 from xxd763795151/bench_producer_num
...
[ISSUE #2615 ]Add property of benchmark`s producer that specifies how many messages to send
2021-05-21 09:31:18 +08:00
zhangjidi2016
d26f5072bb
[ISSUE #2898 ] Resolve rocketmq-example project failed during checkstyle execution ( #2899 )
2021-05-19 10:00:16 +08:00
yuz10
f2a5a747fb
Support OpenTracing( #2861 )
2021-05-10 16:21:34 +08:00
chenrl
e14f66ea77
fix some nonconformity after checkstyle
2021-04-30 14:19:39 +08:00
zhangjidi2016
0ff882bd4d
[ISSUE #2801 ]Fix NamesrvAddr connot set in Producer
2021-04-14 11:16:25 +08:00
许晓东
2d18e50668
Print InterruptedException message
2021-02-23 16:35:32 +08:00
许晓东
58cbf596ab
recover the property key of group suffix enable
2021-01-21 21:36:58 +08:00
许晓东
32881d466e
add the property of benchmark producer that specifies how many messages to send
2021-01-21 21:13:16 +08:00
许晓东
7006d3a8db
benchmark consumer isSuffixEnable default value set [false] and update help info
2021-01-18 13:06:48 +08:00
RongtongJin
f35cafe128
[maven-release-plugin] prepare for next development iteration
2020-12-08 18:17:12 +08:00
RongtongJin
39bb9386f1
[maven-release-plugin] prepare release rocketmq-all-4.8.0
2020-12-08 18:16:49 +08:00
Git_Yang
ac356f11a3
[ISSUE #2412 ] Support to add TAG when producing message
2020-12-04 15:29:35 +08:00
张旭
3be7033a16
[ISSUE #2146 ] Add benchmark shutdown script, add more print info, add consumer threand count command option ( #2150 )
...
Co-authored-by: zhangxu16 <zhangxu16@xiaomi.com >
2020-10-20 08:39:36 +08:00
张旭
f58dbc3eda
[ISSUE #2300 ] Enhancement: Benchmark support acl and msg trace ( #2301 )
...
* [Benchmark]Support acl, add msgTraceEnable option for producer and consumer, fix Algorithm HmacSHA1 not available using openjdk
* add apache header
* add aclEnable option
2020-09-25 20:44:14 +08:00
vongosling
3e5008f288
refactor(build): Remove duplicated logback-core dependency and update some modules to 1.8 compiler lever
2020-07-29 14:12:13 +08:00
RongtongJin
fac30c3596
[maven-release-plugin] prepare for next development iteration
2020-06-24 14:05:55 +08:00
RongtongJin
9f95a972e1
[maven-release-plugin] prepare release rocketmq-all-4.7.1
2020-06-24 14:05:32 +08:00
rongtongjin
3974677f04
[maven-release-plugin] prepare for next development iteration
2020-03-05 19:07:09 +08:00
rongtongjin
8ef01a6c63
[maven-release-plugin] prepare release rocketmq-all-4.7.0
2020-03-05 19:06:47 +08:00