mockafka-py
mockafka-py copied to clipboard
`FakeAIOKafkaConsumer.getone` returns `None` but should block
The real aiokafka consumer's getone implementation blocks indefinitely rather than returning None when there are no messages. Currently FakeAIOKafkaConsumer.getone differs from that.
Spotted while working on #112.