View Source PulsarEx.PartitionManager (PulsarEx v0.14.1)

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for GenServer.init/1.

Link to this function

lookup(cluster_name, topic_name, state \\ %{attempts: 0, backoff: %{__struct__: PulsarEx.Backoff, max: 5000, min: 500, state: {500, 1666}, type: :rand_exp}, error: nil})

View Source