Hi
I’m thinking about wether it is a could idea to use events streams with competing consumers.
In the specific use case i could transfer emails from a email server via events to a event sourced bound context. But over time a single stream could contain ten thounds of emails.
Would it be adviseable to do it this way ? Or should I switch to something like a normal message bus ?