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

KAFKA-10199: Remove queue-based remove from state updater #15896

Commits on May 13, 2024

  1. Add missing unit test

    cadonna committed May 13, 2024
    Configuration menu
    Copy the full SHA
    82c5776 View commit details
    Browse the repository at this point in the history
  2. Fix checkstyle issue

    cadonna committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8cf10db View commit details
    Browse the repository at this point in the history
  3. KAFKA-10199: Handle assignment with new remove operation in state upd…

    …ater
    
    Uses the new remove operation of the state updater that returns
    a future to handle task assignment.
    cadonna committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d522814 View commit details
    Browse the repository at this point in the history
  4. Add missing unit test

    cadonna committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7fd1df6 View commit details
    Browse the repository at this point in the history
  5. KAFKA-10199: Shutdown with new remove operation in state updater

    Uses the new remove operation of the state updater that returns
    a future to shutdown the task manager.
    cadonna committed May 13, 2024
    Configuration menu
    Copy the full SHA
    369a54a View commit details
    Browse the repository at this point in the history
  6. fix checkstyle issue

    cadonna committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5240f38 View commit details
    Browse the repository at this point in the history
  7. KAFKA-10199: Remove queue-based remove from state updater

    Removes the unused remove operation from the state updater
    that asynchronously removed tasks and put them into an
    output queue.
    cadonna committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d98800e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6daa2f0 View commit details
    Browse the repository at this point in the history