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 12, 2024
1 parent 8b6c466 commit 71e6aa2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/jetstream/ack-ack/java/output.cast
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{"version": 2, "width": 0, "height": 0, "timestamp": 1720801292, "env": {"SHELL": null, "TERM": null}, "title": "NATS by Example: jetstream/ack-ack/java"}
[2.451428, "o", "Consumer 1\r\n Start\r\n # pending messages: 2\r\n # messages with ack pending: 0\r\n"]
[2.464047, "o", " After received but before ack\r\n # pending messages: 1\r\n # messages with ack pending: 1\r\n"]
[2.466065, "o", " After ack\r\n # pending messages: 1\r\n # messages with ack pending: 0\r\n"]
[2.46785, "o", "Consumer 2\r\n Start\r\n # pending messages: 2\r\n # messages with ack pending: 0\r\n"]
[2.469528, "o", " After received but before ack"]
[2.469632, "o", "\r\n"]
[2.469745, "o", " # pending messages: 1"]
[2.469826, "o", "\r\n"]
[2.469945, "o", " # messages with ack pending: 1\r\n"]
[2.471323, "o", " After ack"]
[2.471462, "o", "\r\n"]
[2.472072, "o", " # pending messages: 1\r\n # messages with ack pending: 0\r\n"]
20 changes: 20 additions & 0 deletions examples/jetstream/ack-ack/java/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: 0
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 71e6aa2

Please sign in to comment.