KAFKA-14509: [4/4] Handle includeAuthorizedOperations#16158
KAFKA-14509: [4/4] Handle includeAuthorizedOperations#16158dajac merged 7 commits intoapache:trunkfrom
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: |
dajac
left a comment
There was a problem hiding this comment.
@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
|
@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. |
dajac
left a comment
There was a problem hiding this comment.
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 <djacot@confluent.io>
|
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 <djacot@confluent.io>
Last PR for KAFKA-14509