Module hyperdriver::discovery

source ·
Available on crate feature discovery only.
Expand description

Support for service discovery in process via a registry using unix domain sockets.

Structs§

  • An error occured binding this service to the specified name.
  • A scheme for the grpc protocol, which uses the first path component to determine which service to call.
  • Configuration for the service registry.
  • A connection transport which uses roomservice’s internal service registry.
  • Maintains the set of available services, and the connection configurations for those services.
  • A scheme for the svc protocol, which uses the host to determine which service to call.
  • A builder for creating a RegistryTransport, by adding custom schemes.

Enums§

Traits§

  • A trait for extracting the service name from a request.