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

Create stream per action type #2740

Open
dborovcanin opened this issue Feb 28, 2025 · 1 comment · May be fixed by #2744
Open

Create stream per action type #2740

dborovcanin opened this issue Feb 28, 2025 · 1 comment · May be fixed by #2744
Assignees

Comments

@dborovcanin
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Usually, the event consumer will be interested in only one type of action - create, read, update, delete, and not all of them at the same time.

Describe the feature you are requesting, as well as the possible use case(s) for it.

We should do event routing accordingly, so instead of having a stream per service, we can have a stream per service per action. We can even tweak it to include a domain, but for now, stream per service per action should be sufficient.

Indicate the importance of this feature to you.

Must-have

Anything else?

No response

@dborovcanin
Copy link
Collaborator Author

This routing method could help with sharding and better load balancing.

@felixgateru felixgateru moved this from ⛏ Backlog to 🚧 In Progress in SuperMQ Mar 3, 2025
@felixgateru felixgateru moved this from 🚧 In Progress to ⛏ Backlog in SuperMQ Mar 3, 2025
@felixgateru felixgateru moved this from ⛏ Backlog to 🚧 In Progress in SuperMQ Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🚧 In Progress
Development

Successfully merging a pull request may close this issue.

2 participants