-
Notifications
You must be signed in to change notification settings - Fork 0
Alpha #56
base: alpha
Are you sure you want to change the base?
Alpha #56
Conversation
…from redis event bus reciever
Fetch events domain events one by one instead all in memory
on the command handler and the repository is alted oterwise it could create deadlocks
Entity bases, otherwize may be undefined
}); | ||
} else { | ||
createApp(); | ||
createApp(function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
createApp(callback)
?
I was considering this for a merge. Do you plan on resubmitting this? |
There have been some new commits on the event stores, domain repository and entity instantiator. We should take some times to pick the commits and submit a new pull request.— On Sat, Sep 27, 2014 at 2:58 PM, Julien Biezemans
|
Branch has been restored as it was last week. |
Do you consider it complete or should we wait for some other pending commits? |
It would be better to wait for the other commits. However, you'll have a lot more to review. |
Some improvements and bug fixes after using it on our app