1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #9 from zboni-gpsw/patch-1

Grammatical fix
This commit is contained in:
Ginger Collison 2019-11-22 09:35:45 -06:00 committed by GitHub
commit a727fcd5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
faq.md
View File

@ -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.