alm0ra / mockafka-py

Mockafka-py is a Python library designed for in-memory mocking of Kafka.[aiokafka - confluence-kafka-python]
https://mockafka-py.readthedocs.io
MIT License
44 stars 11 forks source link

Have FakeAIOKafkaConsumer.topics better match the real behaviour #141

Closed PeterJCLaw closed 2 months ago

PeterJCLaw commented 2 months ago

AIOKafkaConsumer.topics returns all the topics which the user can see within the connected Kafka instance. Since our mock doesn't handle any form of authentication/ACLs, just return all known topics.