Chia-Ping Tsai created KAFKA-21133:
--------------------------------------
Summary: Speed up FineGrainedAutoResetIntegrationTest
Key: KAFKA-21133
URL: https://issues.apache.org/jira/browse/KAFKA-21133
Project: Kafka
Issue Type: Test
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
All test cases in FineGrainedAutoResetIntegrationTest use the same group id and
share the same embedded Kafka. That means the streams consumer left by a
previous test case affects the group join of the following test cases.
We should isolate the groups like other streams integration tests do.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)