Merge pull request #1803 from socutes/main

Open source project to add message queue direction -RobustMQ
This commit is contained in:
Tom Parker-Shemilt 2024-09-15 17:18:45 +01:00 committed by GitHub
commit aac6252397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
* [Graphics](#graphics)
* [Image processing](#image-processing)
* [Industrial automation](#industrial-automation)
* [Message Queue](#message-queue)
* [Observability](#observability)
* [Operating systems](#operating-systems)
* [Package Managers](#package-managers)
@ -357,6 +358,10 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik
* [locka99/opcua](https://github.com/locka99/opcua) - A [OPC UA](https://opcfoundation.org/about/opc-technologies/opc-ua/) library.
* [slowtec/tokio-modbus](https://github.com/slowtec/tokio-modbus) - A [tokio](https://tokio.rs)-based [modbus](https://modbus.org) library.
### Message Queue
* [RobustMQ](https://github.com/robustmq/robustmq) - Next generation cloud-native converged message queue.
### Observability
* [avito-tech/bioyino](https://github.com/avito-tech/bioyino) - A high-performance scalable StatsD compatible server.