Skip to content

Commit

Permalink
(maint) Fix broken consumer in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ploubser committed Aug 20, 2024
1 parent df7ba72 commit 8bf8ec3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/orders.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ resource "jetstream_consumer" "ORDERS_MONITOR" {
stream_id = jetstream_stream.ORDERS.id
durable_name = "MONITOR"
deliver_last = true
ack_policy = "none"
ack_policy = "explicit"
max_ack_pending = 100
delivery_subject = "monitor.ORDERS"
}

Expand Down

0 comments on commit 8bf8ec3

Please sign in to comment.