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

   ### 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 7
   
   ### RocketMQ version
   
   5.1.4
   
   ### JDK Version
   
   JDK 1.8
   
   ### Describe the Bug
   
   正常按步骤启动
   
![image](https://github.com/apache/rocketmq/assets/46963688/1b3422d2-3e39-46db-a59f-350a3e73e329)
   输入测试指令,无法创建消息
   
   ### Steps to Reproduce
   
   见上图
   
   ### What Did You Expect to See?
   
   应该是成功创建1000条消息,而且启动的proxy日志也正常启动
   
   ### What Did You See Instead?
   
   ```log
   org.apache.rocketmq.client.exception.MQClientException: No route info of 
this topic: TopicTest
   See https://rocketmq.apache.org/docs/bestPractice/06FAQ for further details.
           at 
org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:842)
           at 
org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1526)
           at 
org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1468)
           at 
org.apache.rocketmq.client.producer.DefaultMQProducer.sendDirect(DefaultMQProducer.java:681)
           at 
org.apache.rocketmq.client.producer.DefaultMQProducer.send(DefaultMQProducer.java:393)
           at 
org.apache.rocketmq.example.quickstart.Producer.main(Producer.java:78)
   ```
   
![image](https://github.com/apache/rocketmq/assets/46963688/b9c6b35e-ff25-48c2-bf5d-9fb1c9408438)
   
   ### Additional Context
   
   如果我不用broker+proxy启动,只使用broker启动的话,就可以正常的产生消息和消费消息,不知道是我哪里还没有配置好么?或者是个bug?


-- 
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: commits-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to