pykafka icon indicating copy to clipboard operation
pykafka copied to clipboard

investigate kafka's verifiable client support

Open emmettbutler opened this issue 9 years ago • 0 comments

https://github.com/apache/kafka/pull/2048

This change to Kafka introduces verifiable clients, which define an interface clients can implement to work against Kafka's own integration tests. We should investigate what it will take to my pykafka compatible with this protocol.

See the example verifiable consumer for guidelines on how to implement this for pykafka.

emmettbutler avatar Oct 21 '16 21:10 emmettbutler