Lianet Magrans created KAFKA-16628:
--------------------------------------
Summary: Add system test for validating static consumer bounce and
assignment when not eager
Key: KAFKA-16628
URL: https://issues.apache.org/jira/browse/KAFKA-16628
Project: Kafka
Issue Type: Task
Components: consumer, system tests
Reporter: Lianet Magrans
Existing system
[test|https://github.com/apache/kafka/blob/e7792258df934a5c8470c2925c5d164c7d5a8e6c/tests/kafkatest/tests/client/consumer_test.py#L209]
include a test for validating that partitions are not re-assigned when a
static member is bounced, but the test design and setup is intended for testing
this for the Eager assignment strategy only (based on the eager protocol where
all dynamic members revoke their partitions when a rebalance happens).
We should considering adding a test that would ensure that partitions are not
re-assigned when using the cooperative sticky assignor or the new consumer
group protocol assignments.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)