Categorygithub.com/xvrzhao/discov
modulepackage
0.0.0
Repository: https://github.com/xvrzhao/discov.git
Documentation: pkg.go.dev

# README

Discov

中文文档

Discov is a generic gRPC service registration and discovery / load balancing component.

Supported Scenarios

  • The scenario of etcd as the service registry.
  • The scenario of using headless service as DNS name to discover services in Kubernetes cluster.
  • The scenario of DNS as a service registry.

Architecture

architecture

Examples

Documentation

pkg.go.dev

License

MIT License

# Packages

No description provided by the author

# Functions

No description provided by the author
NewEtcdSrvRecord construct a service record.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

EtcdSrvRecord is a service record to be registered to or unregistered from etcd.