components-contrib/nameresolution
Artem Bakuta fe5ce08349
[WIP] ipv6 formatting fixed (#3075)
Signed-off-by: Jhoysbou <neeroll21@gmail.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-09-01 21:46:29 +00:00
..
consul [WIP] ipv6 formatting fixed (#3075) 2023-09-01 21:46:29 +00:00
dns update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
kubernetes feat(nameresolution/kubernetes): add ability for templating the dns name resolution (#2883) 2023-06-25 23:36:26 +00:00
mdns Resolve long-standing TODO in mDNS component 2023-02-24 20:26:28 +00:00
README.md middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07:00
metadata.go Remove now-unused metadata properties (#2637) 2023-03-06 21:52:58 +00: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.