benthomasson / fake_kafka

A test double for Kafka using asyncio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for cleaning up old messages

benthomasson opened this issue · comments

All messages are currently stored in partition lists in memory for a topic. Old messages should be discarded or moved to disk to limit the amount of memory used.