Apache Pulsar is an open-source distributed pub-sub messaging system
pulsar.apache.org
Apache Pulsar is an open-source distributed pub-sub messaging system
1–10 of 249 posts
Re: Apache Pulsar is an open-source distributed pub-sub messaging system
#2How does this compare to Redis Pub-Sub or RabbitMQ?
Re: Apache Pulsar is an open-source distributed pub-sub messaging system
#3How does this compare to Redis Pub-Sub or RabbitMQ?
Or Firebase?
Re: Apache Pulsar is an open-source distributed pub-sub messaging system
#4For a moment I thought Bajaj and TVS came together.
Re: Apache Pulsar is an open-source distributed pub-sub messaging system
#5"high-level APIs for Java, C++, Python and GO", no love for Node.js? :(
Re: Apache Pulsar is an open-source distributed pub-sub messaging system
#6For a moment I thought Bajaj and TVS came together.
[deleted]
Re: Apache Pulsar is an open-source distributed pub-sub messaging system
#7"high-level APIs for Java, C++, Python and GO", no love for Node.js? :(
Re: Apache Pulsar is an open-source distributed pub-sub messaging system
#8Re: Apache Pulsar is an open-source distributed pub-sub messaging system
#9How does this compare to Redis Pub-Sub or RabbitMQ?
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.