fanliang11 / surging

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
MIT License
3.24k stars 923 forks source link

不同的注册中心的服务可以调用吗 #391

Open zhupeng0929 opened 4 years ago

zhupeng0929 commented 4 years ago

A服务在注册中心一,B服务在注册中心二,如果A想调用B该怎么调用?

fanliang11 commented 4 years ago

社区版不提供issues,你可以提交PR,一起完善。