From 90ff5f58cccd6cbb1f0445c648541f696c793cce Mon Sep 17 00:00:00 2001 From: David Morley Date: Thu, 13 May 2021 11:12:12 -0500 Subject: [PATCH] Move section header out of paragraph text The text "Scalable, Future-Proof Deployments" appears to be a section header, but was included in the preceding paragraph. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f06a60a..f775433 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ NATS manages addressing and discovery based on subjects and not hostname and por NATS can be deployed nearly anywhere; on bare metal, in a VM, as a container, inside K8S, on a device, or whichever environment you choose. NATS runs well within deployment frameworks or without. -Similarly, NATS is secure by default and makes no requirements on network perimeter security models. When you start considering mobilizing your backend microservices and stream processors, many times the biggest roadblock is security. Scalable, Future-Proof Deployments +Similarly, NATS is secure by default and makes no requirements on network perimeter security models. When you start considering mobilizing your backend microservices and stream processors, many times the biggest roadblock is security. + +### Scalable, Future-Proof Deployments NATS infrastructure and clients communicate all topology changes in real-time. This means that NATS clients do not need to change when NATS deployments change. Having to change clients with deployments would be like having to reboot your phone every time your cell provider added or changed a cell tower. This sounds ridiculous of course, but think about how many systems today have their front ends tied so closely to the backend, that any change requires a complete front end reboot or at least a reconfiguration. NATS clients and applications need no such change when backend servers are added and removed and changed. Even DNS is only used to bootstrap first contact, after that, NATS handles endpoint locations transparently.