rust-rdkafka icon indicating copy to clipboard operation
rust-rdkafka copied to clipboard

fix: forward log messages

Open trtt opened this issue 4 months ago • 1 comments

Transition from callbacks to events changed log handling for librdkafka's internal threads - logs are sent to stderr (default in librdkafka). This PR fixes it and restores previous forwarding behavior.

trtt avatar Feb 14 '24 15:02 trtt

https://github.com/fede1024/rust-rdkafka/issues/665 should be fixed first

trtt avatar Mar 30 '24 07:03 trtt