Kit.ServiceDiscovery
Kit.ServiceDiscovery copied to clipboard
Service discovery kit for .NET microservices
Results
1
Kit.ServiceDiscovery issues
Sort by
recently updated
recently updated
newest added
I think it's better to use one `IServiceSubscriber` instance per service, and the same as `RoundRobinLoadBalancer`,so in my project, I use the ·ServiceSubscriberFactory· to cache the IServiceSubscriber and in `RoundRobinLoadBalancer`...