API Reference pulsar_ex v0.1.0
Modules
PulsarEx is a pure elixir/erlang client for Apache Pulsar. It's a wrapper of erlang client pulserl, with a bunch of bug fixes and improvements. This wrapper makes it easier to work with from within Elixir
Always handle messages in batch. If the batch_size is set to 1, then only up to 1 message will be handled. If batch_size is n, then handle_messages will handle 0 < messages <= n.