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 10, 2024
1 parent 8e3cec1 commit de1dd4d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/jetstream/list-subjects/dotnet2/output.cast
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{"version": 2, "width": 0, "height": 0, "timestamp": 1720637565, "env": {"SHELL": null, "TERM": null}, "title": "NATS by Example: jetstream/list-subjects/dotnet2"}
[2.147359, "o", "\u001b[33mWARN\u001b[0m[0000] /tmp/3259475979/docker-compose.yaml: `version` is obsolete \r\n"]
[3.401865, "o", "Before publishing any messages, there are 0 subjects: \r\n"]
[3.412778, "o", "After publishing a message to a subject, it appears in state:\r\n"]
[3.413767, "o", " Subject 'plain', Count 1\r\n"]
[3.416393, "o", "Wildcard subjects show the actual subject, not the template:"]
[3.416546, "o", "\r\n Subject 'greater.A', Count 1\r\n Subject 'greater.A.B', Count 1\r\n Subject 'greater.A.B.C', Count 1\r\n Subject 'greater.B.B.B', Count 1\r\n Subject 'plain', Count 1\r\n Subject 'star.1', Count 1\r\n Subject 'star.2', Count 1\r\n"]
[3.417314, "o", "Filtering the subject returns only matching entries ['greater.>']\r\n Subject 'greater.A', Count 1\r\n Subject 'greater.A.B', Count 1\r\n Subject 'greater.A.B.C', Count 1\r\n Subject 'greater.B.B.B', Count 1\r\n"]
[3.418066, "o", "Filtering the subject returns only matching entries ['greater.A.>']\r\n Subject 'greater.A.B', Count 1\r\n Subject 'greater.A.B.C', Count 1\r\n"]
20 changes: 20 additions & 0 deletions examples/jetstream/list-subjects/dotnet2/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
WARN[0000] /tmp/3259475979/docker-compose.yaml: `version` is obsolete
Before publishing any messages, there are 0 subjects:
After publishing a message to a subject, it appears in state:
Subject 'plain', Count 1
Wildcard subjects show the actual subject, not the template:
Subject 'greater.A', Count 1
Subject 'greater.A.B', Count 1
Subject 'greater.A.B.C', Count 1
Subject 'greater.B.B.B', Count 1
Subject 'plain', Count 1
Subject 'star.1', Count 1
Subject 'star.2', Count 1
Filtering the subject returns only matching entries ['greater.>']
Subject 'greater.A', Count 1
Subject 'greater.A.B', Count 1
Subject 'greater.A.B.C', Count 1
Subject 'greater.B.B.B', Count 1
Filtering the subject returns only matching entries ['greater.A.>']
Subject 'greater.A.B', Count 1
Subject 'greater.A.B.C', Count 1

0 comments on commit de1dd4d

Please sign in to comment.