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 11, 2024
1 parent 48afbb3 commit aaa06fe
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/jetstream/list-subjects/dotnet2/output.cast
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{"version": 2, "width": 0, "height": 0, "timestamp": 1720736344, "env": {"SHELL": null, "TERM": null}, "title": "NATS by Example: jetstream/list-subjects/dotnet2"}
[2.519571, "o", "Before publishing any messages, there are 0 subjects: \r\n"]
[2.5306, "o", "After publishing a message to a subject, it appears in state:\r\n"]
[2.532021, "o", " Subject 'plain' has 1 message(s)\r\n"]
[2.535305, "o", "Wildcard subjects show the actual subject, not the template:\r\n Subject 'greater.A' has 2 message(s)\r\n Subject 'greater.A.B' has 2 message(s)\r\n Subject 'greater.A.B.C' has 1 message(s)\r\n Subject 'greater.B.B.B' has 1 message(s)\r\n Subject 'plain' has 1 message(s)\r\n Subject 'star.1' has 2 message(s)\r\n Subject 'star.2' has 1 message(s)\r\n"]
[2.536209, "o", "Filtering the subject returns only matching entries ['greater.>']\r\n Subject 'greater.A' has 2 message(s)\r\n Subject 'greater.A.B' has 2 message(s)\r\n Subject 'greater.A.B.C' has 1 message(s)\r\n Subject 'greater.B.B.B' has 1 message(s)\r\n"]
[2.537243, "o", "Filtering the subject returns only matching entries ['greater.A.>']\r\n Subject 'greater.A.B' has 2 message(s)\r\n Subject 'greater.A.B.C' has 1 message(s)\r\n"]
19 changes: 19 additions & 0 deletions examples/jetstream/list-subjects/dotnet2/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Before publishing any messages, there are 0 subjects:
After publishing a message to a subject, it appears in state:
Subject 'plain' has 1 message(s)
Wildcard subjects show the actual subject, not the template:
Subject 'greater.A' has 2 message(s)
Subject 'greater.A.B' has 2 message(s)
Subject 'greater.A.B.C' has 1 message(s)
Subject 'greater.B.B.B' has 1 message(s)
Subject 'plain' has 1 message(s)
Subject 'star.1' has 2 message(s)
Subject 'star.2' has 1 message(s)
Filtering the subject returns only matching entries ['greater.>']
Subject 'greater.A' has 2 message(s)
Subject 'greater.A.B' has 2 message(s)
Subject 'greater.A.B.C' has 1 message(s)
Subject 'greater.B.B.B' has 1 message(s)
Filtering the subject returns only matching entries ['greater.A.>']
Subject 'greater.A.B' has 2 message(s)
Subject 'greater.A.B.C' has 1 message(s)

0 comments on commit aaa06fe

Please sign in to comment.