Hi, I am using both, as in cassandra plugin you can have 3 tags for each events. While the tag at position 2 and 3 should be known in advance, the first tag is free. So I am using to tag the event with a particular Id that make sense to my domain.
To be fair in the first tag I also put some bounded context as well. I have found this approach quite useful. cheers On 24 May 2016 at 18:35, <[email protected]> wrote: > Hi all, > > I think the most convenient way consuming of persisted events is using > eventsByTag, so I have a dilemma of tagging events, for example I see two > options: > > 1. by bounded context (like inventory, customer etc) > 2. by account id > > In the second case you can expect a lot of consumers, let's say 500 000, > so I have some concerns about scalability..., do you see any problems with > this approach specifically with cassandra or it's better use as less > consumers as possible and then delegate replaying work to other code? > > Thanks. > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- [image: --] Filippo De Luca [image: http://]about.me/FilippoDeLuca <http://about.me/FilippoDeLuca?promo=email_sig> -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
