TODO: Add description
If available in Hex, the package can be installed
by adding babble
to your list of dependencies in mix.exs
:
def deps do
[
{:babble, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/babble.
- Honor
:rate
parameter ofBabble.subscribe
(rate decimation) - Remote publication (native transport)
- Remote publication (UDP multicast transport)
- Efficient message format
- Message keys published separately from message values
- Compression
- HMAC based on node cookie to filter messages from other node clusters
- Message timestamps
- Honor
:stale_time
parameter ofBabble.poll
- Honor
- Multi-node test suite