Dynamic Forward Proxy: No endpoint added to cluster with same IP but different port #15441
Labels
area/forward proxy
investigate
Potential bug that needs verification
stale
stalebot believes this issue/PR has not been touched recently
Hi,
I have configured a cluster that uses dynamic forward proxy and also EDS. If I send requests to envoy with the same FQDN but different ports, only the first resolved IP and port are added in the endpoints of the cluster. Eg:
In the envoy logs I can see a cache hit for the second request and then request is sent to endpoint with port 80 instead of 8081. The second endpoint is not added to the cluster. I believe this is a bug.
The text was updated successfully, but these errors were encountered: