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

A fully asynchronous, futures-based Kafka client library for Rust based on librdkafka

Results 135 rust-rdkafka issues
Sort by recently updated
recently updated
newest added

This PR for the [issue](https://github.com/fede1024/rust-rdkafka/issues/690).

Fixes https://github.com/fede1024/rust-rdkafka/issues/681

I am getting `InvalidDigit` error at [line](https://github.com/fede1024/rust-rdkafka/blob/e69c2aa40c944637922f1736533beccf79ac43f5/src/consumer/stream_consumer.rs#L213) while running simple consumer example. Pr #683 fixes the issue by providing a fallback value for max poll interval.