Skip to content

Commit

Permalink
Auto-commit recording
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf authored and github-actions[bot] committed Jul 23, 2024
1 parent d7b1483 commit 6863284
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/jetstream/ack-ack/deno/output.cast
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{"version": 2, "width": 0, "height": 0, "timestamp": 1721759000, "env": {"SHELL": null, "TERM": null}, "title": "NATS by Example: jetstream/ack-ack/deno"}
[1.671434, "o", "Consumer 1\r\n Start\r\n pending messages: 2\r\n messages with ack pending: 0\r\n"]
[1.674714, "o", " After received but before ack\r\n pending messages: 1\r\n messages with ack pending: 1\r\n"]
[1.675647, "o", " After ack\r\n pending messages: 1"]
[1.675684, "o", "\r\n messages with ack pending: 1\r\n"]
[1.676394, "o", "Consumer 2\r\n Start\r\n pending messages: 2\r\n messages with ack pending: 0\r\n"]
[1.677886, "o", " After received but before ack\r\n pending messages: 1\r\n"]
[1.677927, "o", " messages with ack pending: 1\r\n"]
[1.678835, "o", " After ack\r\n pending messages: 1\r\n messages with ack pending: 0\r\n"]
20 changes: 20 additions & 0 deletions examples/jetstream/ack-ack/deno/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Consumer 1
Start
pending messages: 2
messages with ack pending: 0
After received but before ack
pending messages: 1
messages with ack pending: 1
After ack
pending messages: 1
messages with ack pending: 1
Consumer 2
Start
pending messages: 2
messages with ack pending: 0
After received but before ack
pending messages: 1
messages with ack pending: 1
After ack
pending messages: 1
messages with ack pending: 0

0 comments on commit 6863284

Please # to comment.