Apache Pulsar is an open-source distributed pub-sub messaging system originally created by Yahoo and now under the Apache Software Foundation. It is horizontally scalable, provides low latency and durable storage for messages.
Apache Pulsar is an open-source distributed pub-sub messaging system originally created by Yahoo and now under the Apache Software Foundation. It has the following key features:
Some common use cases for Apache Pulsar include stream data pipelines, messaging queues, data lakes, and simplifying microservices architecture. Its horizontal scalability allows it to support high throughput workloads. The durable storage means no data loss even if subscribers go down. It supports geo-replication across datacenters as well.
Overall, Apache Pulsar combines the elasticity and low latency of messaging systems with the durability and storage flexibility of databases to be a unified messaging and storage layer for cloud-native applications.
Here are some alternatives to Apache Pulsar:
Suggest an alternative ❐