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

Decoding AuthorizedOperations bitfield #869

Open
weeco opened this issue Dec 4, 2024 · 0 comments · May be fixed by #870
Open

Decoding AuthorizedOperations bitfield #869

weeco opened this issue Dec 4, 2024 · 0 comments · May be fixed by #870
Labels
has pr kadm Anything related to kadm specifically

Comments

@weeco
Copy link
Contributor

weeco commented Dec 4, 2024

KIP-430 introduced new fields in the Metadata & DescribeGroups responses that provide information about what permissions we have on the current session.

The response is an int32 bitfield. For example it may return 8096.

I'd like to have a helper function that allows us to decode the bitfield into something more meaningful, so that we can understand what exact permissions are available.

@weeco weeco linked a pull request Dec 5, 2024 that will close this issue
@twmb twmb added has pr kadm Anything related to kadm specifically labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has pr kadm Anything related to kadm specifically
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants