skroutz / rafka

Kafka proxy with a simple API, speaking the Redis protocol
https://engineering.skroutz.gr/blog/kafka-rails-integration/
GNU General Public License v3.0
8 stars 0 forks source link

Unclosed consumers #5

Closed agis closed 7 years ago

agis commented 7 years ago

While writing the end-to-end tests, we've noticed that consumers are not closed after their client connection dies.

https://github.com/confluentinc/confluent-kafka-go/issues/65

agis commented 7 years ago

Dup of #2.