apache / rocketmq-client-go

Apache RocketMQ go client
https://rocketmq.apache.org/
Apache License 2.0
1.29k stars 416 forks source link

close consumer cause cpu high #975

Closed wenxuwan closed 1 year ago

wenxuwan commented 1 year ago

when close consumer, cpu load increased。

image

Because when the trace is turned off, the goroutine does not exit.

image