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

Update on experience, I am old

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison 2019-06-07 16:16:50 -07:00
parent 1283f034b7
commit b3325a6e05

3
faq.md
View File

@ -33,7 +33,7 @@ NATS is an open source, lightweight, high-performance cloud native infrastructur
NATS is offered in two interoperable modules: core NATS \(referred to simply as "NATS" or "NATS Server" throughout this site\), and [NATS Streaming](/nats_streaming/intro.md), an event streaming service that can be employed to add event streaming, delivery guarantees, and historical data replay to NATS.
NATS was created by Derek Collison, who has over 20 years designing, building, and using publish-subscribe messaging systems. NATS is maintained by an amazing OpenSource Ecosystem, find more at [GitHub](https://www.github.com/nats-io).
NATS was created by Derek Collison, who has over 25 years designing, building, and using publish-subscribe messaging systems. NATS is maintained by an amazing OpenSource Ecosystem, find more at [GitHub](https://www.github.com/nats-io).
**What does the NATS acronym stand for?**
@ -137,4 +137,3 @@ To gracefully shutdown an asynchronous subscriber so that any outstanding MsgHan
### How do I create subjects?
Subjects are created and pruned \(deleted\) dynamically based on interest \(subscriptions\). This means that a subject does not exist in a NATS cluster until a client subscribes to it, and the subject goes away after the last subscribing client unsubscribes from that subject.