alibaba / spring-cloud-alibaba

Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
https://sca.aliyun.com
Apache License 2.0
27.77k stars 8.3k forks source link

how to share default service #2018

Open star110 opened 3 years ago

star110 commented 3 years ago

Which Component Nacos Discovery

I want to register a default group service and share with other group service. If no this feature, each of us need to start up too many IDE and service, but I just need to care for my code.

theonefx commented 3 years ago

Can you give me an example? I'm not quite sure what your question is.

star110 commented 3 years ago

 As you know, every programmer just develop one or some of micro service. when I try to debug my code,  I use myself discovery group. how can i just start up my service and use others public service?   we are not in one discovery group and I don't want start up all of the micro service.

------------------ 原始邮件 ------------------ 发件人: "alibaba/spring-cloud-alibaba" @.>; 发送时间: 2021年4月1日(星期四) 下午3:53 @.>; @.**@.>; 主题: Re: [alibaba/spring-cloud-alibaba] how to share default service (#2018)

Can you give me an example? I'm not quite sure what your question is.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

yuhuangbin commented 3 years ago

Different grouping calls are not supported. If you want local debugging, you can try registering the local service with the same namespace and dropping the old service offline.