neesonqk opened a new issue #104: Will it share the same instance with Spring 
service?
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/104
 
 
   Simple question: 
   
   ```
   @Service
   @com.alibaba.dubbo.config.annotation.Service(
           version = "${message.service.version}",
           application = "${dubbo.application.id}",
           protocol = "${dubbo.protocol.id}",
           registry = "${dubbo.registry.id}"
   )
   public class MessageServiceImpl implements MessageService<MessageBean> {
        ....
   }
   ```
   I annotated with both spring @service and dubbo @service to my message 
service, by right it suppose to be a singleton (also my expectation),  I just 
wonder are they creating their own instance separately?
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to