Replies: 2 comments
-
这个broker是不是有问题,或者重启过?我之前遇到过一个问题,就是broker重启后发现这个broker不会写入新消息,是因为里面的消息都过期很久了,store这个目录里有过期数据,把这个目录删了后重建就可以了。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
这种一般是消费线程卡住了,可以截一下消费客户端的 jstack 看下 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如上图所示,可以确认消费端没有问题,就是无法消费
Beta Was this translation helpful? Give feedback.
All reactions