silviucpp / erlkaf

Erlang kafka driver based on librdkafka
MIT License
83 stars 41 forks source link

Feature request: make POLL_IDLE_MS configurable at the consumer level #27

Closed henryj closed 3 years ago

henryj commented 3 years ago

The default 1000ms seems too long for some of the consumers which are required to have lower latencies. It'll be awesome to have this configurable.

Great lib btw. Thanks.

silviucpp commented 3 years ago

I merged your pull request ! Thanks for contribution