In this scenario, you will:
- Install, configure and start Apache Pulsar™
- Create a new topic using
pulsar-admin
- Create a consumer using
pulsar-client
- Create a producer using
pulsar-client
- Use Apache Pulsar™ for pub/sub messaging
Check out our datastax.com/dev site, where you can find many more resources to help you succeed with Apache Cassandra™.
In this scenario, you learned how to:
- Install, configure and start Apache Pulsar™
- Create a new topic using
pulsar-admin
- Create a consumer using
pulsar-client
- Create a producer using
pulsar-client
- Use Apache Pulsar™ for pub/sub messaging

Steps
Getting Started with Apache Pulsar™
Install Apache Pulsar™
Download the tarball:
wget https://archive.apache.org/dist/pulsar/pulsar-2.6.2/apache-pulsar-2.6.2-bin.tar.gz
Untar the tarball and navigate to the Pulsar directory:
tar xvfz apache-pulsar-2.6.2-bin.tar.gz
cd apache-pulsar-2.6.2