Results 47 comments of David Blewett

The logs from `rd_kafka_conf_set_log_cb` are passed to this method on your context: https://docs.rs/rdkafka/latest/rdkafka/client/trait.ClientContext.html#method.log . You could implement a custom context that creates trace events (either instead of or in addition...

Sigh, you're right. I had forgotten about that. It was my understanding that the logging callback is the only spot. Are you passing in debug contexts perhaps? I would assume...

@zhrebicek @neoeinstein The event API does allow some transient errors to be propagated that the callback API did not. @scanterog brought this up to upstream here: https://github.com/confluentinc/librdkafka/issues/4493 . Is it...

I went ahead and yanked the `0.36.0` release from crates.io until we figure out what's going on. The implementation is still present in git.

@Ten0 until we have a way of reproducing the issue, we can't work on a fix. That commit does change the underlying implementation, but aside from some errors bubbling up...

@bitemyapp we've recently updated to librdkafka 2.3.0 (in v0.35.0). Can you see if you are able to use this setting now?

Unfortunately, my C skills are way too low for something like that. I've done a bit using cffi, but I don't really have the cycles to tackle a full-on C...