aiokafka icon indicating copy to clipboard operation
aiokafka copied to clipboard

asyncio client for kafka

Results 161 aiokafka issues
Sort by recently updated
recently updated
newest added

Hi, I have a use case where I'm injecting a `AIOKafkaConsumer` instance into a class. The class has its own `start` and `stop` methods that, amongst other things, call the...

question