Rename Message Brokers to Messaging

Updated 'Message Brokers' section to 'Messaging' and added MQTT to the faststream description.
This commit is contained in:
Semen Frolov
2026-04-23 22:45:50 +03:00
committed by GitHub
parent ead4794fc9
commit 427dfc0003
+3 -3
View File
@@ -71,7 +71,7 @@ An opinionated list of Python frameworks, libraries, tools, and resources.
- [DevOps Tools](#devops-tools) - [DevOps Tools](#devops-tools)
- [Distributed Computing](#distributed-computing) - [Distributed Computing](#distributed-computing)
- [Task Queues](#task-queues) - [Task Queues](#task-queues)
- [Message Brokers](#message-brokers) - [Messaging](#messaging)
- [Job Schedulers](#job-schedulers) - [Job Schedulers](#job-schedulers)
- [Logging](#logging) - [Logging](#logging)
- [Network Virtualization](#network-virtualization) - [Network Virtualization](#network-virtualization)
@@ -739,11 +739,11 @@ _Libraries for working with task queues._
- [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue. - [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue.
- [rq](https://github.com/rq/rq) - Simple job queues for Python. - [rq](https://github.com/rq/rq) - Simple job queues for Python.
## Message Brokers ## Messaging
_Libraries for working with message brokers and event streaming._ _Libraries for working with message brokers and event streaming._
- [faststream](https://github.com/ag2ai/faststream) - A framework for building asynchronous services over Apache Kafka, RabbitMQ, NATS, and Redis. - [faststream](https://github.com/ag2ai/faststream) - A framework for building asynchronous services over Apache Kafka, RabbitMQ, NATS, MQTT and Redis.
## Job Schedulers ## Job Schedulers