components-contrib/nameresolution
zhangzhongliang@kanzhun.com 4cf523bc45 fix kubernetes nameresolution customize configuration 2022-11-08 16:19:55 +08:00
..
consul middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07:00
dns update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
kubernetes fix kubernetes nameresolution customize configuration 2022-11-08 16:19:55 +08:00
mdns Fixes 2022-10-25 18:06:49 +00:00
README.md middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07:00
metadata.go Define common metadata across components (#1994) 2022-08-25 10:10:53 -07:00
nameresolution.go update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
requests.go update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00

README.md

Name resolution

Name resolvers provide a common way to interact with different name resolvers, which are used to return the address or IP of other services your applications may connect to.

Implementing a new Name Resolver

A compliant name resolver needs to implement the Resolver inteface included in the nameresolution.go file.