kafka/test-common
Andrew Schofield 21a080f08c
KAFKA-16894: Define feature to enable share groups (#19293)
This PR proposes a switch to enable share groups for 4.1 (preview) and
4.2 (GA).

* `share.version=1` to indicate that share groups are enabled. This is
used as the switch for turning share groups on and off.

In 4.1, the default will be `share.version=0`. Then a user wanting to
evaluate the preview of KIP-932 would use `bin/kafka-features.sh
--bootstrap.server xxxx upgrade --feature share.version=1`.

In 4.2, the default will be `share.version=1`.

Reviewers: Jun Rao <junrao@gmail.com>
2025-04-11 12:14:38 +01:00
..
test-common-internal-api/src KAFKA-16894: Define feature to enable share groups (#19293) 2025-04-11 12:14:38 +01:00
test-common-runtime/src KAFKA-19042 Move TransactionsExpirationTest to client-integration-tests module (#19288) 2025-04-05 20:01:31 +08:00
test-common-util/src KAFKA-18748 Run new tests separately in PRs (#18770) 2025-02-24 17:08:15 -05:00