-
Notifications
You must be signed in to change notification settings - Fork 125
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
append_to_stream rename #387
append_to_stream rename #387
Conversation
@@ -34,13 +34,21 @@ If you want to have an event present in multiple streams, you have to link it wi | |||
|
|||
### RubyEventStore::InvalidExpectedVersion | |||
|
|||
<% if version_above('0.30.0') %> | |||
Occurs when invalid `exception_version` is passed in `append`, `link_to_stream`, `publish_event` or `publish_events`. |
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.
Was publish
rename merged?
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.
#377 yes - but I don't want to change docs in this PR - keep it focused on append_to_stream - however this needs update.
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.
@mpraglowski what do you think about |
Some said:
So why you assume we will use the same method to store events & commands ;) |
I see no reason to have 2 different methods for it. For me it's about persisting a message in both cases. |
I'm not convinced that a |
@mpraglowski would merge but conflicts |
b88ef57
to
52c9fd7
Compare
No description provided.