Crate rust_cloud_discovery

Crate rust_cloud_discovery 

Source
Expand description

Intended to be rust counterpart of Spring Cloud Discovery client.

§Implementations

  • Kubernetes - https://github.com/eipi1/cloud-discovery-kubernetes

Structs§

DiscoveryClient
Bridge between DiscoveryService and their clients.
Port
ServiceInstance
Represents an instance

Traits§

DiscoveryService
All discovery service provider must implement the trait. Note that, it’s based on async_trait