alibaba / dubbo-spring-boot-starter

Dubbo Spring Boot Starter
Apache License 2.0
2.1k stars 746 forks source link

Producers are unable to consume monitoring services #63

Open LangHyland opened 6 years ago

LangHyland commented 6 years ago

I added spring.dubbo.monitor=zookeeper://192.168.8.33:2181 to application.propertices, pom.xml is modified to

com.alibaba.spring.boot dubbo-spring-boot-starter 1.0.1 , com.alibaba.dubbo.monitor.MonitorService is registered to zookeeper://192.168.8.33:2181, but there is no consumer in dubbo-admin and dubbo-monitor-simple's service is empty, and the chart is not shown
xionghuiCoder commented 6 years ago

Hi, dubbo-monitor and dubbo-monitor-simple is a side project of dubbo, which is not include in dubbo-spring-boot-starter. The chart can be started by dubbo-ops.