You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2018/10/24 10:36:24 UTC

[GitHub] yuanyaosmile opened a new issue #504: No route info of this topic, ffff

yuanyaosmile opened a new issue #504: No route info of this topic, ffff
URL: https://github.com/apache/rocketmq/issues/504
 
 
   clinet exception:
   ```java
   org.apache.rocketmq.client.exception.MQClientException: No route info of this topic, ffff
   See http://rocketmq.apache.org/docs/faq/ for further details.
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:634)
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1253)
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1203)
   	at org.apache.rocketmq.client.producer.DefaultMQProducer.send(DefaultMQProducer.java:214)
   	at com.xx.rmq.Producer.main(Producer.java:55)
   ```
   
   rocketmq server config:
   ````java
   autoCreateTopicEnable=true
   ```
    问题:
   我们手动在rokcetmq中创建topic时,客户端访问时正常的,如果不提前手动创建将会出现上面的异常,如果需要让服务端自动创建topic,应该如何设置
   
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services