Skip to content

Commit

Permalink
Merge pull request #118 from ploubser/maint_fix_example
Browse files Browse the repository at this point in the history
(maint) Fix broken consumer in example
  • Loading branch information
ripienaar authored Aug 20, 2024
2 parents df7ba72 + 8bf8ec3 commit c658a81
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 c658a81

Please sign in to comment.