Sunday, July 30, 2023

NATS

Giriş
Açıklaması şöyle
In NATS, messages are sent to subjects, which are hierarchical string values, and subscribers listen to these subjects to receive messages.
JetStream
Açıklaması şöyle
NATS has a built-in distributed persistence system called Jetstream.
...
With JetStream, you get a slew of outstanding features, such as a file or memory-based persistence, the ability to read messages from a specific time or message sequence, and both durable and ephemeral message consumer support.
NATS vs Kafka
Açıklaması şöyle
NATS is more suitable for microservices while Kafka is more suitable for big data applications, where it can process large amounts of data in real-time.

No comments:

Post a Comment

kafka-consumer-groups.sh komutu

Giriş Bir topic'i dinleyen consumer'ları gösterir. Aynı topic'i dinleyen consumer group'ları olabilir. Her topic farklı part...