RabbitMQ streams OCC producers #13349
Unanswered
Shadowfaxenator
asked this question in
Other
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Community Support Policy
RabbitMQ version used
4.0.3
How is RabbitMQ deployed?
Community Docker image
Steps to reproduce the behavior in question
I read about deduplication in streams using producer name and a monotonic number. Can I use this for OCC? (Optimistic concurrency) what i want is to have a different producer names for each “aggregate”(order for example where producer name is order uuid), and each of them has a version id counter. The question is whether this scalable to use in rabbit? Having millions of producer names with separate id sequences? Do not mean that all these millions of producers can be active simultaneously.
Beta Was this translation helpful? Give feedback.
All reactions