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

Configurable producer flush timeout setting #70

Closed agis closed 6 years ago

agis commented 6 years ago

Right now, we hardcode it to 5sec. This should be configurable.

We should also make it clear that this timeout sets a lower bound on how much time the shutdown process may take.

agis commented 6 years ago

Dup #35