envoyproxy/envoy

SRV service discovery support

Open

#125 aberto em 6 de out. de 2016

Ver no GitHub
 (32 comments) (57 reactions) (0 assignees)C++ (5.373 forks)batch import
area/service discoveryenhancementhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

Support SRV queries (used by Consul DNS, etc.) so that DNS can return IP/port combinations.

SRV is not supported by getaddrinfo_a so need to integrate with DNS library to make the query directly.

Guia do colaborador