local

Local service discovery

Configuration

asjard:
  ## Service discovery and registration related configuration
  registry:
    ## Local service discovery configuration
    ## Takes effect in real time, no need to restart the service
    localDiscover:
      ## Service name
      ## Configuration format {protocol}://{ip}:{port}
      # helloGrpc:
      # - grpc://127.0.0.1:7010
      # - grpc://127.0.0.1:7011

Use

Loaded by default in the framework, no import required

Last updated