Results 124 comments of Arthur O'Dwyer

My employer has also tentatively bisected an issue to 8e20e1ee79b188ae610aac3a2d2517f7f12dd890. We see that if we have a groupconsumer, and the broker goes down (that is, we shut down the Kafka...

> @Quuxplusone in case it causes a hang, please try this fix and in case it's still happening tell me how to reproduce it. Replied on https://github.com/confluentinc/librdkafka/pull/4669#issuecomment-2037799703

No comment on the desirability of this patch (versus waiting for OpenSSL to fix it, or discovering that it's not really a bug after all) — but unless I'm mistaken,...

Duplicates #4504, as it turns out!

I'm confused: why is this closed? The fixed version isn't available publicly, at least, because the repro still reproduces. In fact, I've just noticed that Bikeshed is (now? always?) eating...

Personally, I still think I'd be happy if I just knew how [the documentation](https://speced.github.io/bikeshed/#infotree) does it. OTOH, it looks like I figured it out (or it started happening by default)...

This sounds to me like a case of "piecewise contiguous iterators," which also comes up with `std::deque`. There's no Standard-blessed way to mark an iterator as "piecewise contiguous" (and no...