From 60bb1c8ad3fbfa16943d3ee2e0cbc4dfc2c2f1d2 Mon Sep 17 00:00:00 2001 From: Yichao 'Peak' Ji Date: Sat, 17 Sep 2022 11:12:51 +0800 Subject: [PATCH] Add Ratus (#4430) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc7d1f9f..98851dd9 100644 --- a/README.md +++ b/README.md @@ -1584,6 +1584,7 @@ _Libraries that implement messaging systems._ - [rabbus](https://github.com/rafaeljesus/rabbus) - A tiny wrapper over amqp exchanges and queues. - [rabtap](https://github.com/jandelgado/rabtap) - RabbitMQ swiss army knife cli app. - [RapidMQ](https://github.com/sybrexsys/RapidMQ) - RapidMQ is a lightweight and reliable library for managing of the local messages queue. +- [Ratus](https://github.com/hyperonym/ratus) - Ratus is a RESTful asynchronous task queue server. - [redisqueue](https://github.com/robinjoseph08/redisqueue) - redisqueue provides a producer and consumer of a queue that uses Redis streams. - [rmqconn](https://github.com/sbabiv/rmqconn) - RabbitMQ Reconnection. Wrapper over amqp.Connection and amqp.Dial. Allowing to do a reconnection when the connection is broken before forcing the call to the Close () method to be closed. - [sarama](https://github.com/Shopify/sarama) - Go library for Apache Kafka.