Skip to content

Commit b4d736d

Browse files
committed
fx: fix failing nats test (#97)
1 parent bf2f28e commit b4d736d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/utils/nats_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,5 @@ func sharedConsumerConfig(name string, subjects []string) jetstream.ConsumerConf
6161
return jetstream.ConsumerConfig{
6262
Name: name,
6363
FilterSubjects: subjects,
64-
AckPolicy: jetstream.AckExplicitPolicy,
65-
MaxAckPending: 1,
6664
}
6765
}

0 commit comments

Comments
 (0)