So, in the context of async messaging systems where you can't predict the 
sequencing of incoming messages.

Typically, you have in the message (or event) payload:
- an Originating Entity Unique ID
- then a Version or Sequence ID for each incremental state-change event on 
that originating entity

So, if I need to initialize EntityID Generation, as well as its sub 
VersionID Generation across a distributed cluster; 

Does AKKA provide an out-of-box configurable Sequence ID Generator service 
cluster?
Otherwise, how is this typically handled in AKKA, and where can I get 
sample code which demonstrates this?

THANKS!
D

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to