Skip to content
New issue

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

Implement per-route options in gorouter #421

Closed
2 tasks
Tracked by #902 ...
maxmoehl opened this issue Jun 21, 2024 · 1 comment · Fixed by cloudfoundry/gorouter#428
Closed
2 tasks
Tracked by #902 ...

Implement per-route options in gorouter #421

maxmoehl opened this issue Jun 21, 2024 · 1 comment · Fixed by cloudfoundry/gorouter#428

Comments

@maxmoehl
Copy link
Member

maxmoehl commented Jun 21, 2024

Proposed Change

As a user,
I want to control how the routing stack talks to my app,
so that I can better align the traffic to the needs of my application.

In RFC0027 Generic Per-Route Features we decided to implement a new field for nats messages which can contain additional, custom configuration for a route. Together with this new feature we also want to implement the first property making use of it: customisable load balancing algorithms.

Acceptance criteria

  • gorouter is able to parse the new field containing the per-route options
  • gorouter adjusts the load balancing algorithm for routes that provide the field

Related links

No response

@Dariquest
Copy link

Corresponding PR cloudfoundry/gorouter#428

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants