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

Threadsafe transactions #892

Merged

Conversation

janstenpickle
Copy link
Contributor

@janstenpickle janstenpickle commented Mar 9, 2022

Introduces a new WithTansactionalProducer implementation. This is
because only one transaction may be started per producer at any one time,
so produce requests must be queued.

Ported from series/1.x

Unblocks #890

Introduces a new `WithTansactionalProducer` implementation. This is
because only one transaction may be started per producer at any one time,
so produce requests must be queued.

Ported from `series/1.x`
Copy link
Member

@bplommer bplommer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bplommer bplommer merged commit 996dbac into fd4s:series/2.x Mar 9, 2022
@janstenpickle janstenpickle deleted the 2.x-threadsafe-transactions branch March 9, 2022 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants