The Wayback Machine - https://web.archive.org/web/20220125174559/https://github.com/apache/kafka/pull/11437
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

MINOR: fix the path metadata shell uses for client quotas #11437

Merged
merged 1 commit into from Oct 26, 2021

Conversation

@cmccabe
Copy link
Contributor

@cmccabe cmccabe commented Oct 26, 2021

Client quotas should appear under /client-quotas rather than /configs, since client quotas are
not configs. Additionally we should correctly handle the case where the entity name is null
(aka "default" quotas.)

}
}
}
Copy link
Contributor

@hachikuji hachikuji Oct 26, 2021

Choose a reason for hiding this comment

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

nit: add back newline

@cmccabe cmccabe force-pushed the fix-metadata-shell-client-quotas branch from 4114a35 to 795d74e Oct 26, 2021
@cmccabe cmccabe merged commit d36832e into apache:trunk Oct 26, 2021
1 check was pending
@cmccabe cmccabe deleted the fix-metadata-shell-client-quotas branch Oct 26, 2021
xdgrulez pushed a commit to xdgrulez/kafka that referenced this issue Dec 22, 2021
Client quotas should appear under /client-quotas rather than /configs, since client quotas are
not configs. Additionally we should correctly handle the case where the entity name is null
(aka "default" quotas.)

Reviewers: Jason Gustafson <jason@confluent.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants