1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| % go run main.go --topic=test-topic --consumers=8 --auto-offset-reset=earliest --group=t4
2025/10/26 16:16:05 Consumer 3 started, consuming from topic: test-topic
2025/10/26 16:16:05 Consumer 7 started, consuming from topic: test-topic
2025/10/26 16:16:05 Consumer 2 started, consuming from topic: test-topic
2025/10/26 16:16:05 Consumer 4 started, consuming from topic: test-topic
2025/10/26 16:16:05 Consumer 6 started, consuming from topic: test-topic
2025/10/26 16:16:05 Consumer 0 started, consuming from topic: test-topic
2025/10/26 16:16:05 Consumer 5 started, consuming from topic: test-topic
2025/10/26 16:16:05 Consumer 1 started, consuming from topic: test-topic
2025/10/26 16:16:06 Messages/sec: 0, Total: 0, Avg: 0 msg/sec, Errors: 0
2025/10/26 16:16:07 Messages/sec: 0, Total: 0, Avg: 0 msg/sec, Errors: 0
2025/10/26 16:16:08 Messages/sec: 0, Total: 0, Avg: 0 msg/sec, Errors: 0
2025/10/26 16:16:09 Messages/sec: 0, Total: 0, Avg: 0 msg/sec, Errors: 0
2025/10/26 16:16:10 Messages/sec: 0, Total: 0, Avg: 0 msg/sec, Errors: 0
2025/10/26 16:16:11 Messages/sec: 0, Total: 0, Avg: 0 msg/sec, Errors: 0
2025/10/26 16:16:12 Messages/sec: 1106975, Total: 1106937, Avg: 158110 msg/sec, Errors: 0
2025/10/26 16:16:13 Messages/sec: 1077641, Total: 2184596, Avg: 273038 msg/sec, Errors: 0
2025/10/26 16:16:14 Messages/sec: 984189, Total: 3168807, Avg: 352047 msg/sec, Errors: 0
2025/10/26 16:16:15 Messages/sec: 975073, Total: 4143841, Avg: 414341 msg/sec, Errors: 0
2025/10/26 16:16:16 Messages/sec: 945768, Total: 5089588, Avg: 462647 msg/sec, Errors: 0
2025/10/26 16:16:17 Messages/sec: 936322, Total: 6025923, Avg: 502117 msg/sec, Errors: 0
2025/10/26 16:16:18 Messages/sec: 964732, Total: 6990162, Avg: 537683 msg/sec, Errors: 0
2025/10/26 16:16:19 Messages/sec: 964213, Total: 7954853, Avg: 568163 msg/sec, Errors: 0
2025/10/26 16:16:20 Messages/sec: 1006074, Total: 8960930, Avg: 597355 msg/sec, Errors: 0
2025/10/26 16:16:21 Messages/sec: 832630, Total: 9792718, Avg: 612045 msg/sec, Errors: 0
2025/10/26 16:16:22 Messages/sec: 207274, Total: 10000000, Avg: 588234 msg/sec, Errors: 0
|