spring-cloud-alibaba how to share default service

bz4sfanl  于 2022-10-27  发布在  Spring
关注(0)|答案(3)|浏览(266)

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.

nhhxz33t

nhhxz33t1#

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

5ktev3wc

5ktev3wc2#

 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.

j8ag8udp

j8ag8udp3#

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.

相关问题