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
- be able to produce
- be able to consume
- be able to seek
- be able to subscribe, assign
- get the max, min watermark offsets
Kindly advise. This last blocker may bring all my 2 months' efforts to 0.