View Source PulsarEx.ConsumerManager (PulsarEx v0.14.1)

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

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

View Source
Link to this function

start_consumer(cluster_name, tenant, namespace, topic_name, subscription, module, consumer_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