Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Releases: FarmLogs/conduit

ReliableChannel component

13 Jul 17:01
Compare
Choose a tag to compare

Two changes:

  • Add publish!! to the ReliablePublish protocol
  • make ReliableChannel

The publish!! function can be used to reliably publish to RMQ in a synchronous manner. It also enables client code to not depend on core.async.

Make the ->reliable-chan return a ReliableChannel. This enables client code to extend it to new protocols.

ReliableChannel participates in component/Lifecycle.

NOTE: ReliableChannel is not intended to be used globally!

Conduit No Longer Creates Queues

06 Jul 16:49
Compare
Choose a tag to compare

Conduit no longer modifies RMQ broker topology.

Fix Connection Recovery Issues

27 May 15:03
Compare
Choose a tag to compare
  • Set the basic.qos prefetch-countto the Subscription's
    buffer-size. This facilitates successful recovery.