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

Added tool allowing changing number of __consumer_offsets topic partitions #7604

Merged
merged 3 commits into from
Jan 3, 2023

Commits on Dec 21, 2022

  1. tools: introduced simple consumer offsets recovery tool

    Introduced tool that may be helpful when dealing with consumer offsets
    topic issue. The tool is designed to make changing the
    `__consumer_offsets` topic partition count. It can be also used to
    restore consumer group state.
    
    Signed-off-by: Michal Maslanka <michal@redpanda.com>
    mmaslankaprv committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    82d136a View commit details
    Browse the repository at this point in the history
  2. tests/dockerfile: added consumer group recovery tool to docker image

    Signed-off-by: Michal Maslanka <michal@redpanda.com>
    mmaslankaprv committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    28c5bae View commit details
    Browse the repository at this point in the history
  3. tests: added test for consumer offsets partition change tool

    Signed-off-by: Michal Maslanka <michal@redpanda.com>
    mmaslankaprv committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    34e3ff2 View commit details
    Browse the repository at this point in the history