From fc936412151b99acdb0dc3d8aefbfefc324a505f Mon Sep 17 00:00:00 2001 From: Sasha Melentyev Date: Thu, 15 Sep 2022 04:25:43 +0300 Subject: [PATCH] Remove ydb from messaging (#4433) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 44181b4e..3d043762 100644 --- a/README.md +++ b/README.md @@ -1584,7 +1584,6 @@ _Libraries that implement messaging systems._ - [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. - [Uniqush-Push](https://github.com/uniqush/uniqush-push) - Redis backed unified push service for server-side notifications to mobile devices. -- [ydb-go-sdk](https://github.com/ydb-platform/ydb-go-sdk) - client for YDB (Yandex Database) Topic service - [zmq4](https://github.com/pebbe/zmq4) - Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2). **[⬆ back to top](#contents)**