8000 GitHub - zkan/hello-pulsar: Hello, Apache Pulsar
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zkan/hello-pulsar

Repository files navigation

Hello, Apache Pulsar

To initialize the environment:

make init

To run a Pulsar cluster locally with Docker Compose:

make init
make up

To get the Pulsar entry point script and many other commmand-line tools:

curl -LO "
5EB8
https://www.apache.org/dyn/closer.lua/pulsar/pulsar-4.0.3/apache-pulsar-4.0.3-bin.tar.gz?action=download"
tar xvfz apache-pulsar-4.0.3-bin.tar.gz
cd apache-pulsar-4.0.3

To run a consumer:

make consumer

To run a producer:

make producer

To destry the Pulsar cluster:

make down

References

About

Hello, Apache Pulsar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0