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

feat: cluster admin operations #157

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

Conversation

crepererum
Copy link
Collaborator

  • basic support to trigger leader election
  • basic support to reassign partitions
  • expose low-level metadata to user

This is useful for debugging, admin ops work (maybe via an upcoming CLI) and chaos testing.

@crepererum crepererum requested a review from tustvold July 21, 2022 06:21
@crepererum crepererum force-pushed the crepererum/cluster_admin branch from 9786356 to 0c5b67d Compare July 21, 2022 06:31
Helpful for debugging and certain admin operations like topic
re-assignment and leader election.
@crepererum crepererum force-pushed the crepererum/cluster_admin branch from 0c5b67d to be8aabb Compare July 21, 2022 14:25
crepererum added a commit that referenced this pull request Aug 24, 2022
Instead of having X different macros and control flow exists, let's have
one mechanism to read env variables and decide if a test shall run or
not.

This also moves the "which broker implementation supports which features"
from a bunch of environment variables into a nice enum. This will
greatly help when we expand the set of admit APIs, see #157 for example.
crepererum added a commit that referenced this pull request Aug 24, 2022
Instead of having X different macros and control flow exists, let's have
one mechanism to read env variables and decide if a test shall run or
not.

This also moves the "which broker implementation supports which features"
from a bunch of environment variables into a nice enum. This will
greatly help when we expand the set of admit APIs, see #157 for example.
crepererum added a commit that referenced this pull request Aug 24, 2022
Instead of having X different macros and control flow exists, let's have
one mechanism to read env variables and decide if a test shall run or
not.

This also moves the "which broker implementation supports which features"
from a bunch of environment variables into a nice enum. This will
greatly help when we expand the set of admit APIs, see #157 for example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant