pulsarctl

CLI tool for managing Apache Pulsar clusters and topics

brewmacoslinux
Try with needOr install directly
Source

About

CLI for Apache Pulsar written in Go

Commands

pulsarctl

Examples

List all topics in a namespace$ pulsarctl topic list public/default
Create a new topic with specified partitions$ pulsarctl topic create public/default/my-topic -p 3
Get cluster information and broker status$ pulsarctl clusters list