Lei Zhiyuan
Lei Zhiyuan
``` public boolean initialize() throws CloneNotSupportedException { boolean result = this.initializeMetadata(); if (!result) { return false; } result = this.initializeMessageStore(); if (!result) { return false; } return this.recoverAndInitService(); } ```...
ref https://github.com/apache/rocketmq-spring/issues/616 只要这个方法改成public,就可以通过切面DefaultRocketMQListenerContainer 来做统一的处理了。
I personally think that you should modify the code of the dashboard instead of modifying the broker to add this topic. This topic is unnecessary.
Take a look at the starting parameters of the process, is there any other agent?
see https://github.com/apache/rocketmq/discussions/7518
This problem, the client cannot obtain normal error messages, which could be misleading. Hope it can be merged.
any update? maybe 4.9.x LTS also need this
dashboard里面有一些功能(查询消息等),会使用TOOLS_CONSUMER 作为消费者消费,有可能造成这个现象,之前遇到过。 如果持续增长,重启一下dashbaord一般就可以了,dashboard里面有一个查询的地方,有个死循环我记得。
> Maybe it's because the adminClient will send RPC requests to all Brokers to update the acl config. Hmm, currently we also create the full amount during creation. However, upon...