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

Remove deprecated API EventStreamWriter.beginTxn() #4416

Closed
tkaitchuck opened this issue Dec 4, 2019 · 0 comments · Fixed by #4417
Closed

Remove deprecated API EventStreamWriter.beginTxn() #4416

tkaitchuck opened this issue Dec 4, 2019 · 0 comments · Fixed by #4417
Assignees

Comments

@tkaitchuck
Copy link
Member

Problem description
Before the introduction to TransactionalEventStreamWriter, EventStreamWriter had the transaction methods on in so transactional writes and non-transactional writes were performed via the same interface. This was deprecated in #3126

Problem location
EventStreamWriter

Suggestions for an improvement
Remove the deprecated method and update all the code still using it.

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

Successfully merging a pull request may close this issue.

1 participant