Parsely/pykafka

Support rdkafka with gevent

Open

#446 aberto em 5 de fev. de 2016

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Python (231 forks)batch import
enhancementgeventhelp wanted

Métricas do repositório

Stars
 (1.114 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

As proven by libraries like psycopg2 it is possible to provide a way to integrate a C extension with gevent. This may or may not require cooperation on librdkafka's part but will provide a lot of value in terms of throughput and concurrency. Let's investigate on what's required in order to enable gevent support even with the C extension enabled.

Guia do colaborador