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

[KIP-848] HB Error Code, Partial ack flow, OffsetCommit Request, Response and various fixes #4634

Merged
merged 8 commits into from
Mar 12, 2024

Commits on Mar 6, 2024

  1. [KIP-848] Added Heartbeat Errorcodes, OffsetCommit Request,

    OffsetCommit Response and fixed multiple issues including segfaults
    
    - Added error handling to ConsumerGroupHeartbeat API
    - Added type new errors - UNRELEASED_INSTANCE_ID and UNSUPPORTED_ASSIGNOR
    - Added partial acknowledgement flow
    - Upgraded OffsetCommit Request and response to v9
    - Fixed metadata being called with duplicate topic id
    - Fixed next_target_assignment not getting reset to NULL
    - Fixed member stuck if fenced during rebalancing
    - Fixed segfault with current and target assignment while resetting consumer group
    - Fixed segfault due to deleted topic in metadata
    - Fixed leave not being called if the consumer without any assignment leaves
    pranavrth committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b72fced View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. PR comments

    pranavrth committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    da2886b View commit details
    Browse the repository at this point in the history
  2. PR comments

    pranavrth committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0563a36 View commit details
    Browse the repository at this point in the history
  3. PR comments

    pranavrth committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8a6977a View commit details
    Browse the repository at this point in the history
  4. PR comments

    pranavrth committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    891dde8 View commit details
    Browse the repository at this point in the history
  5. Style fixes

    pranavrth committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8e2481d View commit details
    Browse the repository at this point in the history
  6. PR changes

    pranavrth committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    01620e3 View commit details
    Browse the repository at this point in the history
  7. Style fixes

    pranavrth committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    aab4c54 View commit details
    Browse the repository at this point in the history