In this scenario, you will:
- Start a Pulsar SQL coordinator/worker
- Start a Pulsar SQL CLI client
- Create a Producer that generates messages with complex type
struct
and encodingSchema.AVRO
- Query messages in a topic using Pulsar SQL
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:
- Start a Pulsar SQL coordinator/worker
- Start a Pulsar SQL CLI client
- Create a Producer that generates messages with complex type
struct
and encodingSchema.AVRO
- Query messages in a topic using Pulsar SQL

Steps
Querying Data Streams with Apache Pulsar™ SQL
Start Pulsar Cluster
Start a Pulsar standalone cluster:
pulsar standalone
If the cluster starts successfully, there will be a number of INFO
-level log messages displayed.