airtai / faststream

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.
https://faststream.airt.ai/latest/
Apache License 2.0
2.52k stars 128 forks source link

Change Tester class to have FastKafka factory method instead of FastKafka Class as argument #85

Closed sternakt closed 1 year ago

sternakt commented 1 year ago

This is necessary to enable the re-entrance of the Tester and FastKafka app

davorrunje commented 1 year ago

not needed anymore