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

Adds resume functionality #33

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Commits on Jan 11, 2024

  1. Adds resume functionality

    Problem statement:
    - Previously, there was no resume() function that would restart the consumer after cancellation.
    
    Proposed changes:
    - Implements resume() function
    - Adds CANCELLING_BUT_RESUMING state to the consumer
    - CANCELLING_BUT_RESUMING state is added to support prefetch update in the future
    mvrsss committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    0d2627f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Adds a state diagram

    mvrsss committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    308e8d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98b3ed9 View commit details
    Browse the repository at this point in the history
  3. Update consumer-state-diagram.md

    Signed-off-by: Shynar Mars <[email protected]>
    mvrsss authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6ba18e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25fe41f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89d5ae1 View commit details
    Browse the repository at this point in the history