报错内容
Exception in thread "main" org.apache.rocketmq.client.exception.MQClientException: No route info of this topic: baseTopic
排查方向
第一种,Broker模块不支持自动创建topic,并且topic没有被手动创建过
第二种,Broker模块没有正确连接到NAMESRV
第三种,发送者没有连接到NAMESRV
第四种,mq服务端的版本和使用的jar包版本不对