poseidon icon indicating copy to clipboard operation
poseidon copied to clipboard

update to pass over unavailable leaders

Open ABaldwinHunter opened this issue 9 years ago • 7 comments

@codeclimate/review

This update matches https://github.com/bpot/poseidon/pull/88/files

ABaldwinHunter avatar Sep 25 '15 18:09 ABaldwinHunter

edit: context : goal is to be able to continue handling messages and work when a node is down

ABaldwinHunter avatar Sep 25 '15 18:09 ABaldwinHunter

@ABaldwinHunter I've implemented something similar to this in https://github.com/zendesk/ruby-kafka. The code is still early beta, but I would love it if you would give it a look.

dasch avatar Jan 25 '16 14:01 dasch

@ABaldwinHunter : Is it supposed to solve the "NotLeaderForPartition" exception?

adrien-mogenet avatar Feb 23 '16 17:02 adrien-mogenet

@adrien-mogenet Yes, this was a stab at that. Has that been fixed in some other way in the intervening months?

jpignata avatar Mar 08 '16 14:03 jpignata

Not AFAIK, at least not directly addressed; a reasonable workaround is to use this project instead:

https://github.com/treasure-data/kafka-fluentd-consumer

adrien-mogenet avatar Mar 08 '16 15:03 adrien-mogenet

This issue is fixed by https://github.com/zendesk/ruby-kafka.

dasch avatar Mar 08 '16 15:03 dasch

@dasch Thanks for your work and interest! Apologies, I missed your comment before.

Excited to take a look.

ABaldwinHunter avatar Mar 08 '16 15:03 ABaldwinHunter