From 3dbffe0c71ec6652d81a4b8f70779bb06c8b1105 Mon Sep 17 00:00:00 2001 From: zboni-gpsw <16296178+zboni-gpsw@users.noreply.github.com> Date: Tue, 19 Nov 2019 10:57:29 -0800 Subject: [PATCH] Grammatical fix This doc is now perfect. --- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.md b/faq.md index d793d48..9d0d0b0 100644 --- a/faq.md +++ b/faq.md @@ -83,7 +83,7 @@ This form of distributed queueing is done in real time, and messages are not per ### Can I list the subjects that exist in my NATS cluster? -NATS maintains and constantly updates the interest graph \(subjects and their subscribers\) in real time. Do not think of it as a "directory" that is aggregated over time. The interest graph dynamic, and will change constantly as publishers and subscribers come and go. +NATS maintains and constantly updates the interest graph \(subjects and their subscribers\) in real time. Do not think of it as a "directory" that is aggregated over time. The interest graph is dynamic, and will change constantly as publishers and subscribers come and go. If you are determined to gather this information, it can be indirectly derived at any instant in time by polling the monitoring endpoint for /connz and /routez. See [Server Monitoring](nats-server/configuration/monitoring.md) for more information.