tinaselenge commented on code in PR #16136: URL: https://github.com/apache/kafka/pull/16136#discussion_r1620819925
########## clients/src/main/resources/common/message/DescribeTopicPartitionsRequest.json: ########## @@ -30,6 +30,8 @@ }, { "name": "ResponsePartitionLimit", "type": "int32", "versions": "0+", "default": "2000", "about": "The maximum number of partitions included in the response." }, + { "name": "IncludeTopicAuthorizedOperations", "type": "bool", "versions": "1+", Review Comment: Thanks Andrew for pointing it out. You are right, this can be solved by code-only change in the admin client change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org