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

Support high-volume events. #119

Open
davinchia opened this issue Sep 28, 2020 · 1 comment
Open

Support high-volume events. #119

davinchia opened this issue Sep 28, 2020 · 1 comment

Comments

@davinchia
Copy link

davinchia commented Sep 28, 2020

This is probably part of a larger conversation for when larger pieces of our organisation require events that aren't strictly tied to api resources. Opened here for tracking purposes.

An example of this is the real time distribution api, which is slated to support events of hundreds and thousands requests/s. Emitting all of that into a common topic is unwieldy and costly. Subscription filtering can help reduce load but can be difficult to configure correctly.

We should explore an alternative model with tighter more configurable scopes for easy management and efficiency, and integrate this with Reslang and the api-specs tooling.

@davinchia
Copy link
Author

Fyi @ajain0184

@davinchia davinchia changed the title Support for optional events. Support high-volume events. Sep 28, 2020
@njaczko njaczko added the enhancement New feature or request label Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants