kafka/streams/src
Lucas Brutschy f26974b16d
CI / build (push) Waiting to run Details
KAFKA-19202: Enable KIP-1071 in streams_eos_test (#19700)
Enable next system test with KIP-1071.

Some of the validation inside the test did not make sense for KIP-1071.
This is because in KIP-1071, if a member leaves or joins the group, not
all members may enter a REBALANCING state. We use the wrapper introduced
in   [KAFKA-19271](https://issues.apache.org/jira/browse/KAFKA-19271)
to print a log line whenever the member epoch is bumped, which is  the
only way a member can "indirectly" observe that other members  are
rebalancing.

Reviewers: Bill Bejeck <bill@confluent.io>
2025-05-17 21:20:47 +02:00
..
main KAFKA-19271: Add internal ConsumerWrapper (#19697) 2025-05-16 11:57:37 +02:00
test KAFKA-19202: Enable KIP-1071 in streams_eos_test (#19700) 2025-05-17 21:20:47 +02:00