Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Akka persistence - retrieve processor id from journal #13892

Closed
agourlay opened this issue Feb 24, 2014 · 4 comments
Closed

Akka persistence - retrieve processor id from journal #13892

agourlay opened this issue Feb 24, 2014 · 4 comments

Comments

@agourlay
Copy link
Contributor

imported from https://www.assembla.com/spaces/akka/tickets/3892

As discussed here https://groups.google.com/forum/#!topic/akka-user/Y8HNrGqVZ-g, it would be really useful to have an API on the Journal to retrieve the id of processors which have state within the Journal.

@olger
Copy link

olger commented Apr 18, 2014

+1

In a situation with a lot of (Eventsourced)Processors and having a View to store certain (view) state into a database (or other storage), You need to take care of the way connections to these storage are managed, especially when it is used together with cluster sharding.

A single view that is able to proces the events per node (or for multiple nodes) allows for an easy construction of a CQRS style model.

@ktoso ktoso modified the milestones: 2.5.0, 2.4.0 May 25, 2015
@ktoso
Copy link
Member

ktoso commented Jun 29, 2015

This query will be one of the example queries in the new Query Side (experimental in 2.4):
#16541

However it means that journals may or may not implement this feature.

@ktoso ktoso modified the milestones: 2.4.0, 2.5.0 Jun 29, 2015
@patriknw patriknw added 3 - in progress Someone is working on this ticket and removed 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted labels Aug 10, 2015
@patriknw patriknw modified the milestones: 2.4.0, 2.4-M3 Aug 12, 2015
@patriknw
Copy link
Member

@ktoso is this done (via the query PR)?
The actual impl for leveldb is in #18191

@patriknw patriknw removed the 3 - in progress Someone is working on this ticket label Aug 14, 2015
@ktoso
Copy link
Member

ktoso commented Aug 14, 2015

Yes, thanks for closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants