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

GH-349: Eagerly Initialize Transactional Producers #350

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

garyrussell
Copy link
Contributor

Resolves #349

Producers are not initialized until the first send is performed.

Fence a previously defunct transacional producer as soon as possible to cancel any outstanding transaction.

Previously, consumers would be blocked until the partial transaction timed out.

Resolves reactor#349

Producers are not initialized until the first send is performed.

Fence a previously defunct transacional producer as soon as possible to cancel
any outstanding transaction.

Previously, consumers would be blocked until the partial transaction timed out.
@artembilan artembilan merged commit 20f9450 into reactor:main Jun 26, 2023
@garyrussell garyrussell deleted the GH-349 branch June 27, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transactions have to Timeout for Resubscribe in ExactlyOnce
2 participants