Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(TestStreamClient): remove unused/unclosed mock producer (#74)
TestStreamClient sets the producer_class to start the mock producer on startup. If a mock producer is created beforehand it is immediately overwritten and leaves an unclosed producer, raising error logs from aiokafka.
- Loading branch information