Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Release 0.0.25

Compare
Choose a tag to compare
@ripienaar ripienaar released this 29 Mar 04:38
· 464 commits to master since this release

New Features:

  • Add Federation of Collectives support (#213)
  • Add the ability for the NATS connector to record the route packets take through a collective

Bug Fixes:

  • Update the NATS gem to 0.2.2 which resolves a situation where reconnects would not happen in some disconnection scenarios (#229)

Federations of Collectives:

This is a major new feature that is tailored to building very large distributed collectives spanning geographical boundaries. It lets you build many small, easy to manage, Collectives and then via a special cluster of daemons gives your client access to the combined Federated network as one.

Clients offload some of the work onto the brokers which in some scenarios yields a significant speed up and network traffic decrease.

Additionally you have the ability to get precise network route maps of how your messages traverse the global network to assist with debugging and understanding your network.

Review the documentation for details.