Bo9013 opened a new issue #211: 项目既是provider又是consumer的问题 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/211 按照https://github.com/apache/incubator-dubbo-spring-boot-project/blob/master/README_CN.md相关文档配置项目,此项目既是服务提供者,又消费其他的服务,现在出现了这样的问题: 对外提供的服务没问题, 但是消费其他服务时就会卡住,直到超时. 有同学碰到这样的问题么?还是我的配置有问题 开发环境: java8 springboot2.0.2 dubbo-spring-boot-starte0.2.0 zookeeper 配置信息: spring.application.name = dubbo-me-demo # DemoService service version demo.service.version = 1.0.0 # Base packages to scan Dubbo Component: @com.alibaba.dubbo.config.annotation.Service dubbo.scan.basePackages =com.xxx.service # Dubbo Config properties ## ApplicationConfig Bean dubbo.application.id = dubbo-me-demo dubbo.application.name = dubbo-me-demo dubbo.application.qos.port=22224 dubbo.application.qos.enable=true ## ProtocolConfig Bean dubbo.protocol.id = dubbo dubbo.protocol.name = dubbo dubbo.protocol.port = 12346 dubbo.protocol.status = server ## RegistryConfig Bean dubbo.registry.id = me-registry dubbo.registry.address =10.10.8.120:2181 dubbo.registry.protocol=zookeeper # Enables Dubbo All Endpoints management.endpoint.dubbo.enabled = true management.endpoint.dubbo-shutdown.enabled = true management.endpoint.dubbo-configs.enabled = true management.endpoint.dubbo-services.enabled = true management.endpoint.dubbo-references.enabled = true management.endpoint.dubbo-properties.enabled = true # Dubbo Health ## StatusChecker Name defaults (default : "memory", "load" ) management.health.dubbo.status.defaults = memory ## StatusChecker Name extras (default : empty ) management.health.dubbo.status.extras = load,threadpool
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
