From 165f769aa543e58189f29b376e06eed6e428ce19 Mon Sep 17 00:00:00 2001 From: Colin Sullivan Date: Thu, 25 Mar 2021 18:05:56 -0600 Subject: [PATCH] Update compare-nats.md Fix JetStream statement --- compare-nats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compare-nats.md b/compare-nats.md index 19c01de..5064432 100644 --- a/compare-nats.md +++ b/compare-nats.md @@ -82,7 +82,7 @@ In this comparison, we will be featuring NATS, Apache Kafka, RabbitMQ, Apache Pu | Project | HA and FT Support | | :--- | :--- | -| **NATS** | Core NATS supports full mesh clustering with self-healing features to provide high availability to clients. NATS streaming has warm failover backup servers with two modes \(FT and full clustering\). JetStream will support horizontal scalability with built-in mirroring. | +| **NATS** | Core NATS supports full mesh clustering with self-healing features to provide high availability to clients. NATS streaming has warm failover backup servers with two modes \(FT and full clustering\). JetStream supports horizontal scalability with built-in mirroring. | | **gRPC** | N/A. gRPC relies on external resources for HA/FT. | | **Kafka** | Fully replicated cluster members are coordinated via Zookeeper. | | **Pulsar** | Pulsar supports clustered brokers with geo-replication. |