Top "Pykafka" questions

PyKafka is a cluster-aware Kafka>=0.8.2 client for Python

How to read messages from kafka consumer group without consuming?

I'm managing a kafka queue using a common consumer group across multiple machines. Now I also need to show the …

apache-kafka kafka-consumer-api pykafka