Skip to content

Commit

Permalink
[ST] Configure number of messages per transaction into one more test
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kral <[email protected]>
  • Loading branch information
im-konge committed Feb 5, 2025
1 parent 0672d5f commit 66735e6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,8 @@ void testResizeJbodVolumes() {
KafkaClients kafkaBasicClientJob = ClientUtils.getContinuousPlainClientBuilder(testStorage)
.withMessageCount(continuousClientsMessageCount)
.withAdditionalConfig(producerAdditionConfiguration)
// TODO: needed because of bug in test-clients - https://github.com/strimzi/test-clients/issues/119
.withMessagesPerTransaction("1")
.build();

resourceManager.createResourceWithWait(kafkaBasicClientJob.producerStrimzi(), kafkaBasicClientJob.consumerStrimzi());
Expand Down

0 comments on commit 66735e6

Please sign in to comment.