|
|
|
|
|
by sz4kerto
2355 days ago
|
|
Very different. Pulsar is primarily a Kafka competitor. - it is much more performant than RabbitMQ
- it's a commit log as well, not just a pub-sub system, ie. it is a good candidate as the storage backend for event sourcing
- it supports geodistributed and tiered storage (eg. some data on NVMe drives, some on a coldline storage)
- it's persistent, not in-memory (primarily) .. and so on. |
|
Why use RabbitMQ and Kafka if you can use ZeroMQ? Meaning, isn’t it far more performant and distributed?
Maybe I am missing something here.