Destination Resolver

Destination Resolver is a module to parse each protocol request to get a target service name. you can write your own resolver implementation for different protocol.

Configurations

example

plugin:
  destinationResolver:
    http: host # host is a build-in and default resolver, it uses host name as service name
    grpc: ip

plugin.destinationResolver

(optional, map) here you can define what kind of resolver, a protocol should use