SchopenhauerZhang commented on issue #7187:
URL: https://github.com/apache/rocketmq/issues/7187#issuecomment-1686242522

   我遇到过,不过我是5.0版本。
   我理解是第一条消息发送时由于topic没有创建,所以第一条消息去触发了topic的创建(其实是consume 
queue的初始化)然后由于topic还没有创建(在消息被broker接收到时)所以消息发送失败了(write consume queue 
fail),所以在这里应该加一个重试,我原本打算debug一下这块的细节,不过还没来得及做。
   不过丢失了第一条消息确实是一个已知的问题。


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