envoyproxy/envoy

SRV service discovery support

Open

#125 opened on Oct 6, 2016

 (32 comments) (57 reactions) (0 assignees)C++ (5,373 forks)batch import
area/service discoveryenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide