[akka-user] Akka persistence (ES) - unique persistenceId design

2015-01-22 Thread Sebastian Bach
Hi! How do you generate your persistenceIds? One common approach is UUID.randomUUID().toString(). But in my opinion it could be worth it to choose a smarter generation strategy. Some use cases based on key segments are: - Akka cluster sharding - NoSQL DB sharding - Lexicographical

Re: [akka-user] Akka Persistence on the Query Side: The Conclusion

2015-01-09 Thread Sebastian Bach
to appropriately check it out?' On 9 Jan 2015 12:02, Sebastian Bach sebastian@gmail.com javascript: wrote: Thank you Greg. The mind shift from a preventive to a reactive workflow is not easy for users (humans), because it requires a change of habits. For many people computer systems are kind

Re: [akka-user] Akka Persistence on the Query Side: The Conclusion

2015-01-09 Thread Sebastian Bach
a human deal with it. At the end of the day the primary role of the computer system is to take workload off of humans. You will hit the law of diminishing returns. dont try to solve every problem :) Greg On Wed, Jan 7, 2015 at 11:07 PM, Sebastian Bach sebastian@gmail.com javascript