walkerzhao commented on issue #42: Can not create topic automatically  
URL: https://github.com/apache/rocketmq-spring/issues/42#issuecomment-479298302
 
 
   > please compare your broker conf files between two versions, is possible 
that you set the autoCreateTopicEnable=false in 4.3.0? The property is true by 
default.
   
   Agree with u!
   
   Maybe the user can check his conf by this commond to find the property value 
of autoCreateTopicEnable on the rocket mq server side:
   ```
   walker@test-03:/data/services/rocketmq-all-4.4.0-bin-release/bin$ ./mqbroker 
-m
   2019-04-03 10\:00\:45 INFO main - namesrvAddr=localhost:9876
   2019-04-03 10\:00\:45 INFO main - brokerClusterName=DefaultCluster
   2019-04-03 10\:00\:45 INFO main - brokerId=0
   2019-04-03 10\:00\:45 INFO main - autoCreateTopicEnable=true
   ```
   
   If I have time, I will redo the situation of @yiminyangguang520 to check his 
problem.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to