From 03711d85a0baef591b5a2169a0a16bfb980da056 Mon Sep 17 00:00:00 2001 From: scottf Date: Tue, 23 Jul 2024 17:27:47 -0400 Subject: [PATCH] [Regenerate] [Deno] List Subjects --- .../jetstream/list-subjects/deno/output.cast | 9 --------- .../jetstream/list-subjects/deno/output.txt | 20 ------------------- 2 files changed, 29 deletions(-) delete mode 100644 examples/jetstream/list-subjects/deno/output.cast delete mode 100644 examples/jetstream/list-subjects/deno/output.txt diff --git a/examples/jetstream/list-subjects/deno/output.cast b/examples/jetstream/list-subjects/deno/output.cast deleted file mode 100644 index d99911a1..00000000 --- a/examples/jetstream/list-subjects/deno/output.cast +++ /dev/null @@ -1,9 +0,0 @@ -{"version": 2, "width": 0, "height": 0, "timestamp": 1721765773, "env": {"SHELL": null, "TERM": null}, "title": "NATS by Example: jetstream/list-subjects/deno"} -[2.800556, "o", "Stream: EVENTS_991R has these subjects: 'PLAIN_98HU,GT_98OH.>,STAR_98V4.*'\r\n"] -[2.801351, "o", "Before publishing any messages, there should be 0 subjects in the state: 0\r\n"] -[2.80263, "o", "After publishing a message to a subject, it appears in state:\r\n subject 'PLAIN_98HU' has 1 message(s)\r\n"] -[2.806508, "o", "Wildcard subjects show the actual subject, not the template.\r\n subject 'GT_98OH.A' has 2 message(s)\r\n subject 'GT_98OH.A.B' has 2 message(s)\r\n subject 'GT_98OH.A.B.C' has 1 message(s)\r\n subject 'GT_98OH.B.B.B' has 1 message(s)\r\n subject 'PLAIN_98HU' has 1 message(s)\r\n subject 'STAR_98V4.1' has 2 message(s)\r\n subject 'STAR_98V4.2' has 1 message(s)\r\n"] -[2.807278, "o", "Filtering the subject returns only matching entries ['GT_98OH.>']"] -[2.807314, "o", "\r\n subject 'GT_98OH.A' has 2 message(s)\r\n subject 'GT_98OH.A.B' has 2 message(s)\r\n"] -[2.807395, "o", " subject 'GT_98OH.A.B.C' has 1 message(s)\r\n subject 'GT_98OH.B.B.B' has 1 message(s)\r\n"] -[2.808083, "o", "Filtering the subject returns only matching entries ['GT_98OH.A>']\r\n subject 'GT_98OH.A.B' has 2 message(s)\r\n subject 'GT_98OH.A.B.C' has 1 message(s)\r\n"] diff --git a/examples/jetstream/list-subjects/deno/output.txt b/examples/jetstream/list-subjects/deno/output.txt deleted file mode 100644 index 3b2a7d34..00000000 --- a/examples/jetstream/list-subjects/deno/output.txt +++ /dev/null @@ -1,20 +0,0 @@ -Stream: EVENTS_991R has these subjects: 'PLAIN_98HU,GT_98OH.>,STAR_98V4.*' -Before publishing any messages, there should be 0 subjects in the state: 0 -After publishing a message to a subject, it appears in state: - subject 'PLAIN_98HU' has 1 message(s) -Wildcard subjects show the actual subject, not the template. - subject 'GT_98OH.A' has 2 message(s) - subject 'GT_98OH.A.B' has 2 message(s) - subject 'GT_98OH.A.B.C' has 1 message(s) - subject 'GT_98OH.B.B.B' has 1 message(s) - subject 'PLAIN_98HU' has 1 message(s) - subject 'STAR_98V4.1' has 2 message(s) - subject 'STAR_98V4.2' has 1 message(s) -Filtering the subject returns only matching entries ['GT_98OH.>'] - subject 'GT_98OH.A' has 2 message(s) - subject 'GT_98OH.A.B' has 2 message(s) - subject 'GT_98OH.A.B.C' has 1 message(s) - subject 'GT_98OH.B.B.B' has 1 message(s) -Filtering the subject returns only matching entries ['GT_98OH.A>'] - subject 'GT_98OH.A.B' has 2 message(s) - subject 'GT_98OH.A.B.C' has 1 message(s)