How to consume from kafka

Need an advise.

What is the best library to work with apache kafka in rust? I tried this library: Issues · fede1024/rust-rdkafka · GitHub and this one: Issues · kafka-rust/kafka-rust · GitHub (the top 2 issues in both of the repos are from me)

Both of the repos have blockers. It looks like they are abandoned libraries. So wanted to know from this community --what is the best library to work with kafka? My requirement are as follows

  1. be able to produce
  2. be able to consume
  3. be able to seek
  4. be able to subscribe, assign
  5. get the max, min watermark offsets

Kindly advise. This last blocker may bring all my 2 months' efforts to 0.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.