FastStream is a powerful and easy-to-use Python framework for building asynchronous services interacting with event streams such as Apache Kafka, RabbitMQ, NATS and Redis.
Hi, I am trying our faststream and breaking down the subscribers in different modules. Without importing it in the runner app file the broker subscribers are not visible and do not receive the messages.
Hi, I am trying our faststream and breaking down the subscribers in different modules. Without importing it in the runner app file the broker subscribers are not visible and do not receive the messages.
Is there a way to make them visible ?