Parsely/pykafka

investigate kafka's verifiable client support

Open

#611 geöffnet am 21. Okt. 2016

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (231 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (1.114 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide