mozilla-services / heka

DEPRECATED: Data collection and processing made easy.
http://hekad.readthedocs.org/
Other
3.39k stars 530 forks source link

Update sarama to upstream 1.9. Also updates sarama dependencies. #1966

Open xrl opened 8 years ago

xrl commented 8 years ago

I hit a bug with pulling data out of my kafka topic: the input plugin was always stopping at the same offset and getting stuck in a timeout loop. I was able to reproduce the bug with a standalone application and showed upgrading sarama fixed the data stream. Now updating heka so I can get this fix in to my prod environment.