View Source PulsarEx.Admin (PulsarEx v0.15.0)

Summary

Functions

Link to this function

create_namespace(host, admin_port, namespace, policies \\ %{})

View Source
Link to this function

create_partitioned_topic(hosts, admin_port, topic, partitions \\ 1)

View Source
Link to this function

create_tenant(host, admin_port, tenant, clusters)

View Source
Link to this function

create_topic(host, admin_port, topic)

View Source
Link to this function

delete_partitioned_topic(hosts, admin_port, topic, force \\ false)

View Source
Link to this function

discover_clusters(host, admin_port)

View Source
Link to this function

discover_topics(hosts, admin_port, tenant, namespace, topic_regex)

View Source
Link to this function

lookup_topic(hosts, admin_port, topic)

View Source
Link to this function

lookup_topic_partitions(hosts, admin_port, topic)

View Source
Link to this function

partitioned_topic_stats(host, admin_port, topic)

View Source
Link to this function

update_partitioned_topic(hosts, admin_port, topic, partitions)

View Source