fede1024 / rust-rdkafka

A fully asynchronous, futures-based Kafka client library for Rust based on librdkafka
MIT License
1.59k stars 269 forks source link

support for OAuth #415

Open DonghunLouisLee opened 2 years ago

DonghunLouisLee commented 2 years ago

It would be great if there is a sasl(oauthbearer) mechanism similart to https://github.com/edenhill/librdkafka/pull/2189 this issue in librdkafka.

jsurany-bloomberg commented 2 years ago

Here's a PR https://github.com/fede1024/rust-rdkafka/pull/442