December 2021
Beginner to intermediate
240 pages
6h 6m
English
Throughout the book, I’ve used the Pulsar Admin CLI to perform many tasks. I shared snippets of the commands but didn’t really dive into the bigger picture of the CLI. That was partly due to it not fitting into the flow of the book, but also due to knowing I would reserve this section of the book to talk about it. This appendix will quickly cover the Pulsar Admin CLI and go through all of the resources available on the CLI. It’s here to serve as a reference (see Table B-1).
For an exhaustive list of what is available in the Pulsar Admin CLI, you can consult the official CLI reference.
| Resource | Purpose |
|---|---|
Brokers |
List, delete, and edit brokers and metadata about brokers |
Broker-stats |
Retrieve broker statistics |
Clusters |
List, delete, and edit clusters and metadata about clusters |
Functions |
List, create, delete, and edit Pulsar Functions and metadata |
Namespaces |
List, create, delete, and edit Pulsar namespaces |
ns-isolation-policy |
Manage Pulsar namespace isolation policies |
Sources |
List, create, delete, and edit Pulsar IO sources |
Sinks |
List, create, delete, and edit Pulsar IO sinks |
Topics |
List, create, delete, and edit Pulsar topics |
Tenants |
List, create, delete, and edit Pulsar tenants |
Resource-quotas |
Manage Pulsar resource-quotas |
Schemas |
List and manage schemas used in the schema registry |
Packages |
Manage packaged versions used throughout Pulsar |
The CLI API is consistent ...
Read now
Unlock full access