Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Ordered Push don't cancel sub if trying to recover #1045

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

scottf
Copy link
Contributor

@scottf scottf commented Nov 28, 2023

Didn't quite get ordered push recovery correct, fixed it. See #1043

The PR addresses consumer recovery when the client is disconnected from a server or when the stream or consumer leader is affected by an outage. At least the following situations are covered

  1. Durable Push Consumer
  2. Ephemeral Push Consumer with a long enough inactive threshold to survive a server outage or disconnection
  3. Ordered Push Consumer
  4. Durable Pull Consumer when used with endless Simplification API
  5. Ephemeral Pull Consumer with a long enough inactive threshold to survive a server outage or disconnection when used with endless Simplification API
  6. Ordered Pull Consumer with endless Simplification

@scottf scottf merged commit c18de0c into main Nov 28, 2023
1 check failed
@scottf scottf deleted the ordered-push-dont-kill-sub branch November 28, 2023 18:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant