Parsely/pykafka

investigate kafka's verifiable client support

Open

#611 ouverte le 21 oct. 2016

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (231 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 114 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur