etcd

etcd service registration and discovery

Configuration

asjard:
  ## Service discovery and registration related configuration
  registry:
    ## Configuration related to etcd registration and discovery center
    etcd:
      ## Configure the database name (key) in asjard.stores.etcd.clients
      # client: default
      ## Timeout
      # timeout: 5s

Use

import _"github.com/asjard/asjard/pkg/registry/etcd"

Last updated