|
|
|
|
|
by jjjensen90
2364 days ago
|
|
There is nats-streaming-server as well which offers true durability (via file or SQL store) and a streaming model very similar to Kafka and Pulsar. It can also run as a raft cluster or in fault tolerance mode. It still has very good performance and is very simple to deploy and operate (I use it for event sourcing for real time IoT data at my day job). |
|
The team is working on an entirely new system called Jetstream to eventually replace it.