components-contrib/nameresolution
Alessandro (Ale) Segala 4bf6cc4ca6
Updated development docs (#1835)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2022-06-30 22:23:41 -07:00
..
consul add id when registering services to consul (#1802) 2022-06-21 06:41:07 -07:00
dns update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
kubernetes update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
mdns Add size to channel to fix blocking when .Close is called. (#1632) 2022-04-01 08:20:43 -07:00
Readme.md Updated development docs (#1835) 2022-06-30 22:23:41 -07:00
metadata.go update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08: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.