circuitry icon indicating copy to clipboard operation
circuitry copied to clipboard

Decouple ruby applications using SNS fanout with SQS processing.

Results 6 circuitry issues
Sort by recently updated
recently updated
newest added

Trying to demo Circuitry in my app, so using the config in the example app I created a file circuitry.rb in the initializers folder, it has the following content as...

Currently it is not possible to skip deletion of messages by throwing `:skip_delete` or by setting corresponding options for `#subscribe`. It may be very useful, if I, for example, want...

https://github.com/kapost/circuitry/blob/master/lib/circuitry/publisher.rb#L64 Seems like we should have some topic ARN cache.

enhancement

Does this support Metadata when publishing/subscribing form an SNS/SQS queue?

Hi there, Awesome gem. Really been enjoying working with it. Not sure if this is the intended behavior but looking at [master/lib/circuitry/processor.rb](https://github.com/kapost/circuitry/blob/master/lib/circuitry/processor.rb) it seems like the on_exit method is set...

bug

When I start a DLQ send messages to a main queue, we raised subscriber processor, see the image below. In this case, we dont have the Topic associated to the...