Closed amuraru closed 3 years ago
Hey @amuraru , thanks for another PR from you :-). Overall looks good to me, I just removed the wrapper around the sharded request to simplify the code a bit. In Kowl we did that to propagate potential issues (e.g. one or more group coordinators not responding) by showing what Brokers haven't responded. In kminion we can just print some warn/error log messages in that case and therefore we don't need that wrapper I think
@weeco Martin, thanks for ammending the PR and integrating it. The changes look good to me!
Fixes #79
@weeco I took inspiration from your other
kowl
project where you already integrated franz-go sharded responses. lmk, thanks