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 MQ capabilities #12

Open
h3mmy opened this issue Jan 29, 2024 · 0 comments
Open

Add MQ capabilities #12

h3mmy opened this issue Jan 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@h3mmy
Copy link
Owner

h3mmy commented Jan 29, 2024

For distributed bloopyboi deployments, we want to de-couple the event processing from the app-instance.

First pass implementation should probably be via NATS due to low resource requirements and low complexity.

See https://docs.nats.io/nats-concepts/service_infrastructure/adaptive_edge_deployment

Should be mindful of future flexibility so try to make it broker agnostic using an adapter layer. Keeping the message schema compliant with the CloudEvents standard is probably a good idea. https://github.com/cloudevents/spec

@h3mmy h3mmy added the enhancement New feature or request label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant