dotnet / orleans

Cloud Native application framework for .NET
https://docs.microsoft.com/dotnet/orleans
MIT License
10.07k stars 2.03k forks source link

Registration based on interface name #5452

Closed leoterry-ulrica closed 5 years ago

leoterry-ulrica commented 5 years ago

To do an early cluster based on zookeeper or consul, Orleans supports registration based on interface names? such as Alibaba RPC high performance framework-DUBBO .

sergeybykov commented 5 years ago

Can you provide more details or an example?

leoterry-ulrica commented 5 years ago

for example,zookeeper is the registry center of dubbo, registration based on interface name. image

@sergeybykov

sergeybykov commented 5 years ago

The clustering providers for ZooKeeper and Consul could do that. I don't see that this requires any change in the Orleans itself.

sergeybykov commented 5 years ago

@leoterry-ulrica Is there anything else here or we can close this?