From ba304ce228b007d5b353ded39ec3ea956df08cde Mon Sep 17 00:00:00 2001 From: Kory Nunn Date: Fri, 13 Sep 2019 12:43:16 +1000 Subject: [PATCH] Update README.md --- developer/streaming/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/streaming/README.md b/developer/streaming/README.md index cecafd2..161911b 100644 --- a/developer/streaming/README.md +++ b/developer/streaming/README.md @@ -66,7 +66,7 @@ distributed system. ## NATS Streaming Overview -Where NATS provides at most once quality of service, streaming adds at least once. Streaming is implemented as a request-reply service on top of NATS. Streaming messages are encoded as protocol buffers, the streaming clients use NATS to talk to the streaming server. The streaming server organizes messages in channels and stores them in files and databases. ACKs are used to insure delivery in both directions. +Where NATS provides at most once quality of service, streaming adds at least once. Streaming is implemented as a request-reply service on top of NATS. Streaming messages are encoded as protocol buffers, the streaming clients use NATS to talk to the streaming server. The streaming server organizes messages in channels and stores them in files and databases. ACKs are used to ensure delivery in both directions. > Sometimes the maintainers will refer to NATS as "nats core" and streaming as "stan" or "streaming".