m1a2st commented on code in PR #19873:
URL: https://github.com/apache/kafka/pull/19873#discussion_r2119012603
##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/consumer/PlaintextConsumerCommitTest.java:
##########
@@ -83,6 +83,8 @@ public PlaintextConsumerCommitTest(ClusterInstance
clusterInstance) {
@BeforeEach
public void setup() throws InterruptedException {
+ // Create offsets topic
+ cluster.createTopic(Topic.GROUP_METADATA_TOPIC_NAME,
Integer.parseInt(OFFSETS_TOPIC_PARTITIONS),
Short.parseShort(OFFSETS_TOPIC_REPLICATION));
Review Comment:
We could move `createTopic` into the flaky test only, since it's not needed
elsewhere.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]