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 2019/01/30 06:48:02 UTC

[GitHub] yiminyangguang520 opened a new issue #42: can not create topic automatically

yiminyangguang520 opened a new issue #42: can not create topic automatically  
URL: https://github.com/apache/rocketmq-spring/issues/42
 
 
   when after integrateing with rocketmq-spring-boot-start 2.0.1, the app can not create topic automatically
   
   config file is as follows:
   `rocketmq.name-server=***:9876;***:9876
   rocketmq.producer.group=message-producer-group
   rocketmq.producer.retry-times-when-send-failed=2
   rocketmq.producer.retry-times-when-send-async-failed=2
   rocketmq.producer.send-message-timeout=300000
   rocketmq.producer.compress-message-body-threshold=4096
   rocketmq.producer.max-message-size=4194304
   rocketmq.producer.retry-next-server=true
   # custom topic
   rocketmq.custom.topic=custom-sync-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