You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/plugin/scenarios/rocketmq-scenario/src/main/java/test/apache/skywalking/apm/testcase/rocketmq/controller/CaseController.java
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -82,9 +82,13 @@ public String healthCheck() throws Exception {
82
82
// take longer than that).
83
83
consumerStarted = true;
84
84
try {
85
+
// Speed up client-side rebalance from default 20s to 2s so the
86
+
// consumer discovers topic queues faster after startup.
0 commit comments