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 BBS #939

Open
2 tasks
Tracked by #909
maxmoehl opened this issue Jul 17, 2024 · 0 comments
Open
2 tasks
Tracked by #909

Implement per-route options in BBS #939

maxmoehl opened this issue Jul 17, 2024 · 0 comments

Comments

@maxmoehl
Copy link
Member

Proposed Change

In RFC0027 Generic Per-Route Features we decided to implement a new field for routes 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.

This new field must be implemented in BBS to allow cloud controller to forward the new field and for route-emitter to announce it via nats. The field should be opaque to BBS, for BBS it is a string which can contain arbitrary data.

Acceptance criteria

  • BBS endpoints are adjusted to accept the new field.
  • BBS stores the new field of routes.

Related links

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

No branches or pull requests

1 participant