Skip to content

Commit

Permalink
Add nak delay from config to Jetstream subscriber (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
marczahnfc authored Oct 29, 2024
1 parent f21ab4e commit fdb7eaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/jetstream/subscriber.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func newSubscriber(nc *nats.Conn, config *SubscriberConfig) (*Subscriber, error)
configureConsumer: config.ConfigureConsumer,
consumeOptions: config.ConsumeOptions,
ackAsync: config.AckAsync,
nakDelay: config.NakDelay,
}, nil
}

Expand Down

0 comments on commit fdb7eaf

Please sign in to comment.