dmbj commented on issue #2460: URL: https://github.com/apache/rocketmq/issues/2460#issuecomment-736998935
> @dmbj Could you try to use the [native client](https://github.com/apache/rocketmq/tree/master/example/src/main/java/org/apache/rocketmq/example/quickstart) to consume the same topic to see if the same problem still exists. In addition, you can see if the subscription information under the same consumer group is consistent. If the problem still cannot be solved, it is recommended to provide some key information such as rocketmq_client.log thanks to follow my question, i use native client test same topic with same consumer group, it work fine. but switch to my service also delay, so i guess may be my service code problem i compare different between my service to rocketmq-4.6.0-release, found use different netty-all.jar, so i config netty.jar hope it's helpful. but the problem still cannot be solved, later i will put some rocketmq_client.log here my service pom & consume code, i couldn't find any different from quckstart example , i was confused ``` <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-client</artifactId> <version>4.6.0</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.0.42.Final</version> </dependency> ```  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
