Apache Pulsar · Capability
Apache Pulsar Admin REST API — Topics
Apache Pulsar Admin REST API — Topics. 6 operations. Lead operation: List persistent topics. Self-contained Naftiko capability covering one Apache Pulsar business surface.
What You Can Do
GET
Listpersistenttopics
— List persistent topics
/v1/persistent/{tenant}/{namespace}
PUT
Createnonpartitionedtopic
— Create non-partitioned topic
/v1/persistent/{tenant}/{namespace}/{topic}
DELETE
Deletetopic
— Delete topic
/v1/persistent/{tenant}/{namespace}/{topic}
GET
Getpartitionedtopicmetadata
— Get partitioned topic metadata
/v1/persistent/{tenant}/{namespace}/{topic}/partitions
PUT
Createpartitionedtopic
— Create partitioned topic
/v1/persistent/{tenant}/{namespace}/{topic}/partitions
GET
Gettopicstats
— Get topic stats
/v1/persistent/{tenant}/{namespace}/{topic}/stats
MCP Tools
list-persistent-topics
List persistent topics
read-only
idempotent
create-non-partitioned-topic
Create non-partitioned topic
idempotent
delete-topic
Delete topic
idempotent
get-partitioned-topic-metadata
Get partitioned topic metadata
read-only
idempotent
create-partitioned-topic
Create partitioned topic
idempotent
get-topic-stats
Get topic stats
read-only
idempotent