Kent Bull
Kent Bull
### Environment * Elixir & Erlang/OTP versions (elixir --version): * Erlang/OTP 22 [erts-10.5.6] [source] [64-bit] * Elixir 1.9.4 (compiled with Erlang/OTP 22) * Operating system: Debian:stretch (base image for Elixir...
The default batching behavior indicates a publishing delay for small message volumes: > The cost of batching is latency for individual messages, which are queued in memory until their corresponding...
StreamingPull could enable a more consistent message pull experience. Currently I am experiencing arbitrary pull delays in the order of seconds. Adding a StreamingPull implementation may address this. Either way,...