Feature: endless asyncio tasks hypervisor #1656
Labels
AioKafka
Issues related to `faststream.kafka` module
Confluent
Issues related to `faststream.confluent` module
enhancement
New feature or request
good first issue
Good for newcomers
NATS
Issues related to `faststream.nats` module and NATS broker features
Redis
Issues related to `faststream.redis` module and Redis features
Now we have some endless
asyncio.Tasks
consuming messages like here or in kafka/confluent/redis as well.They have no chance to fail, but anything can sometimes things happens and users even don't see any exception about it. Thus, we should log this tasks failure and try to restart them.
broker.logger
to subscriber through setup methodIt should helps users to diagnostic the problem and create Issue about accident and improve the system susteinability
The text was updated successfully, but these errors were encountered: