zooah212 opened a new issue, #7187:
URL: https://github.com/apache/rocketmq/issues/7187

   ### Before Creating the Bug Report
   
   - [X] I found a bug, not just asking a question, which should be created in 
[GitHub Discussions](https://github.com/apache/rocketmq/discussions).
   
   - [X] I have searched the [GitHub 
Issues](https://github.com/apache/rocketmq/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq/discussions)  of this 
repository and believe that this is not a duplicate.
   
   - [X] I have confirmed that this bug belongs to the current repository, not 
other repositories of RocketMQ.
   
   
   ### Runtime platform environment
   
   CentOS Linux 7
   
   ### RocketMQ version
   
   5.1.3
   
   ### JDK Version
   
   JDK 8
   
   ### Describe the Bug
   
   
全新的RocketMQ环境,里面没有Consumer和Topic。StringBoot项目集群RocketMQ5.1.3版本,首先启动Consumer,此时查看dashboard,能查到Consumer,Consumer要消费的Topic还没有创建;然后启动Producer,并发送一条消息,此时收不到第一条消息,然后Producer再发一条消息,Consumer能消费到消息;
   ConsumeFromWhere:Last_Offset
   消费模式:广播模式和集群模式都会由此现象
   
如果先发消息,再启动Consumer,广播消费模式会消费到之前的数据;集群消费模式,虽然在dashboard中看到消息的状态是已消费,但是在程序中Consumer还是没有收到消息,不知道消息被谁消费了;
   
   ### Steps to Reproduce
   
   看bug描述
   
   ### What Did You Expect to See?
   
   即使是全新的环境,先启动consumer,也能正常消费到数据。
   
   ### What Did You See Instead?
   
   无
   
   ### Additional Context
   
   无


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to