Tom Bentley created KAFKA-13285: ----------------------------------- Summary: Use consistent access modifier for Admin clients Result classes Key: KAFKA-13285 URL: https://issues.apache.org/jira/browse/KAFKA-13285 Project: Kafka Issue Type: Task Components: admin Affects Versions: 3.0.0 Reporter: Tom Bentley
The following classes in the Admin client have public constructors, while the rest have package-private constructors: AlterClientQuotasResult AlterUserScramCredentialsResult DeleteRecordsResult DescribeClientQuotasResult DescribeConsumerGroupsResult ListOffsetsResult There should be consistency across all the Result classes. -- This message was sent by Atlassian Jira (v8.3.4#803005)