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

Add channel based provider #820

Open
XAMPPRocky opened this issue Oct 13, 2023 · 0 comments
Open

Add channel based provider #820

XAMPPRocky opened this issue Oct 13, 2023 · 0 comments
Labels
kind/feature New feature or request

Comments

@XAMPPRocky
Copy link
Collaborator

XAMPPRocky commented Oct 13, 2023

In order to make things like benchmarking easier, we should add a watch::channel based provider. This would make it easier to write tests and create benchmarks of the system handles large amounts of gameservers and filters without requiring a filesystem or a kubernetes installation.

It would also allow for unifying other providers. Currently both the Agones provider and file provider both handle applying changes slightly differently, but both of them could move to sending changes through the channel.

This wouldn't be a user (as in CLI user) visible provider, but it would be something for use in code, could even allow for others to easily add providers.

@XAMPPRocky XAMPPRocky added the kind/feature New feature or request label Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant