Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
visortelle committed Apr 27, 2024
1 parent 5dc8e6f commit 10dc11a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

The motivation is to minimize the entry threshold for Pulsar novices and quickly try different Puslar features without spending much time.

Pulsar [Pulsar Standalone](https://pulsar.apache.org/docs/next/getting-started-standalone/) doesn鈥檛 allow you to play with topic load balancing, geo-replication.

## Install

### MacOS using Homebrew
Expand Down Expand Up @@ -44,3 +42,10 @@ You can take the following numbers as a basis:
For example, you'll need about 3-4CPU cores and 6GB RAM for the following Pulsar instance with two clusters:

`puls create --num-clusters 2 --num-bookies 3 --num-brokers 3 multi-cluster`

## Planned features

- [Minio S3](https://github.com/minio/minio) to demonstrate the [tiered storage](https://pulsar.apache.org/docs/next/concepts-tiered-storage/)
- Postgres to demonstrate Pulsar IO
- [Dekaf UI](https://www.dekaf.io/) as Pulsar management UI
- Monitoring stack - Prometheus, Grafana

0 comments on commit 10dc11a

Please sign in to comment.