Skip to content

Commit

Permalink
chore: fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Mar 28, 2024
1 parent d0653f1 commit b86c0af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,11 @@ func Test_Should_Batch_Retry_Only_Failed_Messages_When_Transactional_Retry_Is_Di
RetryConfiguration: kafka.RetryConfiguration{
Brokers: []string{brokerAddress},
Topic: retryTopic,
StartTimeCron: "*/1 * * * *",
WorkDuration: 50 * time.Second,
StartTimeCron: "*/5 * * * *",
WorkDuration: 4 * time.Minute,
MaxRetry: 3,
LogLevel: "error",
},
MessageGroupDuration: 10 * time.Second,
MessageGroupDuration: 20 * time.Second,
BatchConfiguration: &kafka.BatchConfiguration{
MessageGroupLimit: 5,
BatchConsumeFn: func(messages []*kafka.Message) error {
Expand Down

0 comments on commit b86c0af

Please sign in to comment.