components-contrib/nameresolution
Alessandro (Ale) Segala 59858c49fb
Nameresolvers: add support for ResolveIDMulti (#3284)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-08 10:17:22 -08:00
..
consul Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08:00
kubernetes Nameresolvers: add support for ResolveIDMulti (#3284) 2024-01-08 10:17:22 -08:00
mdns Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08:00
sqlite SQLite: allow enabling foreign keys in `GetConnectionString` (#3253) 2023-12-04 21:03:58 +00:00
README.md middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07:00
metadata.go Local file-based name resolver with SQLite (#3178) 2023-11-01 15:49:22 -07:00
nameresolution.go Nameresolvers: add support for ResolveIDMulti (#3284) 2024-01-08 10:17:22 -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.