We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable custom metadata in backend endpoint definition so a custom load balancer could do A/B switching etc.
Note: This task is about ensuring the plumbing is available to support this scenario, but does not involve creating a custom load balancer
The text was updated successfully, but these errors were encountered:
Possibly a duplicate of #126.
Sorry, something went wrong.
Partially addressed by #793, making destination metadata accessible at runtime.
As for associating extra state with destinations at runtime, we've found that ConditionalWeakTable works really well for that.
Tratcher
No branches or pull requests
Enable custom metadata in backend endpoint definition so a custom load balancer could do A/B switching etc.
Note: This task is about ensuring the plumbing is available to support this scenario, but does not involve creating a custom load balancer
The text was updated successfully, but these errors were encountered: