components-contrib/nameresolution
Alessandro (Ale) Segala 608e4cb8a9
Add appId to consul default checks (re-do of #2490) (#2980)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: AlbertHuang <r.albert.huang@gmail.com>
2023-07-20 10:47:54 -07:00
..
consul Add appId to consul default checks (re-do of #2490) (#2980) 2023-07-20 10:47:54 -07: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.