Skip to content

Fixed an issue in JSON-RPC event stream services (none exist yet) where retries excluded the initial-request event. #2673

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

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

millems
Copy link
Contributor

@millems millems commented Aug 24, 2021

Before this change, the AsyncStreamPrepender (a Publisher) does not support multiple subscribe calls, but each attempt makes a new subscribe call. Because of this, if a retry is encountered, backpressure is miscalculated and the initial-request
is not sent for the retries.

…re retries excluded the initial-request event.

Before this change, the AsyncStreamPrepender (a Publisher) does not support multiple subscribe calls, but each attempt makes
a new subscribe call. Because of this, if a retry is encountered, backpressure is miscalculated and the initial-request
is not sent for the retries.
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@millems millems merged commit 4197037 into master Aug 24, 2021
@millems millems deleted the millem/fix-stream-prepender branch October 19, 2022 19:37
aws-sdk-java-automation pushed a commit that referenced this pull request Aug 25, 2023
Revert "Modify ArnResource to handle more variants of resources (#4317)"
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.

2 participants