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

fix: omit {Cluster,Topic}AuthorizedOperations #821

Conversation

dnwe
Copy link
Contributor

@dnwe dnwe commented Jan 10, 2022

kafka-go doesn't appear to actually make use of either the
ClusterAuthorizedOperations nor the per-topic TopicAuthorizedOperations
responses anywhere in its code, so this is causing unecessary load on
the brokers as this is a non-trivial thing for them to determine each
time.

Contributes-to: #818

kafka-go doesn't appear to actually make use of either the
ClusterAuthorizedOperations nor the per-topic TopicAuthorizedOperations
responses anywhere in its code, so this is causing unecessary load on
the brokers as this is a non-trivial thing for them to determine each
time.

Contributes-to: segmentio#818

Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Copy link
Contributor

@achille-roussel achille-roussel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change looks good, and probably a simpler way to address #767

Thanks for submitting!

@achille-roussel achille-roussel merged commit cdc927e into segmentio:main Jan 13, 2022
@dnwe dnwe deleted the dnwe/omit-authorized-operations-in-metadata-req branch January 17, 2022 10:58
@achille-roussel achille-roussel self-assigned this Jan 21, 2022
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.

2 participants