components-contrib/nameresolution
ItalyPaleAle 7af9c90735 mdns: shut down on context cancelation and not on signal
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-26 12:15:37 -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 mdns: shut down on context cancelation and not on signal 2023-01-26 12:15:37 -08: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.