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

Merge pull request #238 from nats-io/fix-jetstream-statement

This commit is contained in:
Ginger Collison 2021-03-25 19:40:01 -05:00 committed by GitHub
commit 2f63683873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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