kafka/checkstyle
Ritika Reddy 96c68096a2
KAFKA-15462: Add Group Type Filter for List Group to the Admin Client (#15150)
In KIP-848, we introduce the notion of Group Types based on the protocol type that the members in the consumer group use. As of now we support two types of groups:
* Classic : Members use the classic consumer group protocol ( existing one )
* Consumer : Members use the consumer group protocol introduced in KIP-848.
Currently List Groups allows users to list all the consumer groups available. KIP-518 introduced filtering the consumer groups by the state that they are in. We now want to allow users to filter consumer groups by type.

This patch includes the changes to the admin client and related files. It also includes changes to parameterize the tests to include permutations of the old GC and the new GC with the different protocol types.

Reviewers: David Jacot <djacot@confluent.io>
2024-02-29 00:38:42 -08:00
..
.scalafmt.conf MINOR: Update to Scala 2.13.12 (#14430) 2023-09-24 06:05:12 -07:00
checkstyle.xml KAFKA-14412: Decouple RocksDB access from CF (#15105) 2024-01-04 11:42:30 +01:00
import-control-core.xml KAFKA-16239: Clean up references to non-existent IntegrationTestHelper (#15352) 2024-02-12 13:27:47 +01:00
import-control-jmh-benchmarks.xml KAFKA-15034: Improve performance of the ReplaceField SMT; add JMH benchmark (#13776) 2023-06-01 15:14:31 -04:00
import-control-metadata.xml KAFKA-15854: Move Java classes from `kafka.server` to the `server` module (#14796) 2023-11-19 22:09:19 -08:00
import-control-server-common.xml KAFKA-15853: Move PasswordEncoder to server-common (#15246) 2024-01-30 19:08:50 +01:00
import-control-server.xml KAFKA-15853: Move AuthorizerUtils and its dependencies to server module (#15167) 2024-01-31 15:38:14 +01:00
import-control-storage.xml KAFKA-15854: Move Java classes from `kafka.server` to the `server` module (#14796) 2023-11-19 22:09:19 -08:00
import-control.xml KAFKA-14576: Move ConsoleConsumer to tools (#15274) 2024-02-13 19:24:07 +01:00
java.header MINOR: improve license header check by providing head file instead of (prefix) header regex 2017-02-28 12:35:04 -08:00
suppressions.xml KAFKA-15462: Add Group Type Filter for List Group to the Admin Client (#15150) 2024-02-29 00:38:42 -08:00