You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However this causes connection issue during container host reboots or downtime even on a single node.
Can we use a reverse proxy instead of explicit list of containers? Reverse proxy would take care of forwarding requests only to healthy container nodes.
The text was updated successfully, but these errors were encountered:
We are currently using FeedClientBuilder.setEndpointUrl(List endpoints)
https://javadoc.io/doc/com.yahoo.vespa/vespa-feed-client-api/8.26.15/ai/vespa/feed/client/FeedClientBuilder.html#setEndpointUris(java.util.List)
However this causes connection issue during container host reboots or downtime even on a single node.
Can we use a reverse proxy instead of explicit list of containers? Reverse proxy would take care of forwarding requests only to healthy container nodes.
The text was updated successfully, but these errors were encountered: