pulsar-admin 0.0.2

A Rust-based HTTP client for interacting with the Apache Pulsar REST API
Documentation
1
2
3
4
pub const URL_TENANTS: &str = "/admin/v2/tenants";
pub const URL_NAMESPACES: &str = "/admin/v2/namespaces";
pub const URL_PERSISTENT: &str = "/admin/v2/persistent";
pub const URL_LOOKUP: &str = "/lookup/v2/topic";