> On Aug 5, 2014, at 17:18, ahjohannessen <[email protected]> wrote:
> 
> Hi Patrik,
> 
> I think it is enough to use same "tag" for all events of a particular type of 
> persistent actor instead of allowing different tags per event.
Ok, noted
> What is important is that it is possible to track the logical position 
> (offset) for all events with the same "tag".
I'm not sure I understand this requirement. Do you ask for full ordering among 
all events with the same tag? That is not possible for scalability reasons.

Time stamps, logical clocks, or such, have to be added to your own event data.

The events will be in order per persistenceId (and there is a sequence number 
per persistenceId).

/Patrik
> 
> -- 
>>>>>>>>>>>     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 http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to