Kevin Conaway
Kevin Conaway
We do indeed want to use cooperative-sticky, thanks
I spent a little more time looking at this and was able to come up with a potential candidate solution In [`rd_kafka_cgrp_handle_assign_op`](https://github.com/edenhill/librdkafka/blob/f7f527d8f2ff7f5bd86856ddc43115eb4dfbba97/src/rdkafka_cgrp.c#L4702), I think the if/else if/else if should be...
Unfortunately I don't think I have the proficiency in C to write a proper test case to accompany the change. Would you mind if I deferred the change to you?...
@edenhill Is this something that you would be able to assist with or is it faster for me to attempt to cobble together a PR? I can certainly change the...
Thanks so much for addressing this @edenhill. What is the timeline for a 1.9.0 librdkafka release? If not relatively soon would we be able to backport this to 1.8.x?
@edenhill Any update on when librdkafka 1.9.0 will be released?
>we could think of adding an unsafe feature providing unsafe methods to unmarshal messages, which doesn't need (2). This would affect all fields of the message, which should be OK,...
Adding a +1 for this issue to be addressed as well. I had the same problem (and resolution) as @Crystark. Dependencies like (`rx.Observable` and `io.netty.buffer.ByteBuf`) that are part of the...
@trevorbernard any update on this issue?
>How about the alternative of using a temporary file? Would you help me understand how a temporary file would work whereas a regular file does not? The issue here is...