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/12/21 15:33:43 UTC

[GitHub] snicoll opened a new pull request #20: Separate auto-configuration in a dedicated module

snicoll opened a new pull request #20: Separate auto-configuration in a dedicated module
URL: https://github.com/apache/rocketmq-spring/pull/20
 
 
   This commit clarifies what is configuration and what is auto-configuration so that each part can be improved at the right level.
   
   `ListenerContainerConfiguration` should probably have been in `config` so that it can be reused if need to be but it currently relies on `RocketMQProperties`.
   
   Having an `autoconfigure` package is a good way to indicate the parts that the auto-configuration handles.

----------------------------------------------------------------
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