View Source PulsarEx.Cluster (PulsarEx v0.14.1)

Summary

Functions

Link to this function

from_cluster_opts(cluster_opts)

View Source
Link to this function

produce(cluster_name, topic_name, payload, message_opts \\ [], producer_opts \\ [])

View Source
Link to this function

start_consumer(cluster_name, topic_name, subscription, module, opts)

View Source
Link to this function

start_consumer(cluster_name, tenant, namespace, topic_name, subscription, module, opts)

View Source
Link to this function

stop_consumer(cluster_name, topic_name, subscription)

View Source
Link to this function

stop_consumer(cluster_name, tenant, namespace, topic_name, subscription)

View Source