You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Christophe-Marie Duquesne <ch...@chmd.fr> on 2015/02/18 15:38:23 UTC

Flafska, a python Flask HTTP REST client to kafka

Hi list,

There were already 2 HTTP REST clients to Kafka (namely kafka-http [1] and
dropwizard-kakfa-http [2]).

I implemented another one in python with Flask (named flasfka):

https://github.com/travel-intelligence/flasfka

I tend to trust projects better when they come with tests and continuous
integration, so it is hooked to travis-ci. It builds on top of kafka-python
[3].

Cheers,
Christophe-Marie Duquesne

[1]: https://github.com/mailgun/kafka-http
[2]: https://github.com/stealthly/dropwizard-kafka-http
[3]: https://github.com/mumrah/kafka-python