-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
KAFKA-14509: [4/4] Handle includeAuthorizedOperations #16158
KAFKA-14509: [4/4] Handle includeAuthorizedOperations #16158
Conversation
@riedelmax Thanks for the patch. Could you please extend unit and integration tests to cover this change? |
out of curiosity, do we have IT for that option? I grep code base and it seems the related ITs are running with old coordinator/protocol. For example:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@riedelmax Thanks for the update. I left one more comment. I also wonder if we could add a test to ConsumerGroupDescribeRequestsTest
to cover the change. Have you considered it?
@dajac thanks for checking so quickly. I will have time on friday to do the integration tet |
@chia7712 im not sure if I understand you correctlu. We have some integration tests in |
thanks for this reminder. I neglect that before :( |
@riedelmax There are a bunch of conflicts. Could you please fix them? Regarding |
…-authorizedoperations # Conflicts: # core/src/test/scala/unit/kafka/server/KafkaApisTest.scala
core/src/test/scala/unit/kafka/server/ConsumerGroupDescribeRequestsTest.scala
Outdated
Show resolved
Hide resolved
@riedelmax please rebase code to have the fix #16249 |
@riedelmax #16249 fix the blocked tests. Without that fix, the CI will get timeout when running your PR |
I prefer to check all failed tests before merging. And the last commit of this PR does not have completed CI. That is why I suggest to rebase code to trigger QA again. |
…509-handle-authorizedoperations
Merged trunk to include #16249. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks. We need to cherry-pick it to 3.8 too.
CI does not seem to be working... |
…pDescribe API (#16158) This patch implements the handling of `includeAuthorizedOperations` flag in the ConsumerGroupDescribe API. Reviewers: David Jacot <[email protected]>
Merged to trunk and to 3.8. |
…pDescribe API (apache#16158) This patch implements the handling of `includeAuthorizedOperations` flag in the ConsumerGroupDescribe API. Reviewers: David Jacot <[email protected]>
Last PR for KAFKA-14509