Browse Source

MINOR: Fix incorrect versions in ConsumerGroupDescribeResponse schema (#14447)

This patch fixes the version of the `AuthorizedOperations` field. The schema is not used yet so the bug had no impact.

Reviewers: Kirk True <ktrue@confluent.io>, David Jacot <djacot@confluent.io>
pull/14458/head
Anton Agestam 1 year ago committed by GitHub
parent
commit
7b0352f1bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      clients/src/main/resources/common/message/ConsumerGroupDescribeResponse.json

2
clients/src/main/resources/common/message/ConsumerGroupDescribeResponse.json

@ -71,7 +71,7 @@ @@ -71,7 +71,7 @@
{ "name": "TargetAssignment", "type": "Assignment", "versions": "0+",
"about": "The target assignment." }
]},
{ "name": "AuthorizedOperations", "type": "int32", "versions": "3+", "default": "-2147483648",
{ "name": "AuthorizedOperations", "type": "int32", "versions": "0+", "default": "-2147483648",
"about": "32-bit bitfield to represent authorized operations for this group." }
]
}

Loading…
Cancel
Save