David Bresnick

Results 5 comments of David Bresnick

Thanks so much for the detailed report and reproduction steps, going to validate that I can reproduce and then see if I can't untangle what's going on here.

So I've been doing a bit of digging here and I've gotten some interesting results. The problem seems to revolve around the (re)usage of the `TopicPartitionList` object. I first found...

Heh I was midway through a larger writeup, but yep that appears to be the issue. librdkafka will cache those `toppar` references in the partition topic list and then failing...

Taking a look at `BorrowedMessage` there might be a reasonably elegant way to do this using `PhantomData` and tying the lifetimes together but I'm going to have to do some...

I just ran into this issue recently, with a perhaps newer version of the plugin (v8.7.0) and what I found was that if you were using a configuration similar to...