flier / tokio-kafka

Asynchronous Rust client for Apache Kafka
Apache License 2.0
31 stars 1 forks source link

Is this library maintained? #4

Open polachok opened 6 years ago

polachok commented 6 years ago

I've been looking for async kafka library, this one looks great! Is it still maintained? Latest commit is from July 2017. I made some fixes in my branch, would you be willing to review?

flier commented 6 years ago

It still a prototype, and not ready for production yet, if you really want to use it, we may reboot it :)

polachok commented 6 years ago

That would be great, I'm considering it to replace kafka-rust in my code.

flier commented 6 years ago

We need time to revisit the code, I remember there are some missing features when the read compressed data, and the integration tests also missed.

pimeys commented 6 years ago

We're seriously considering a move to kafka now. We have one consumer where an async kafka client would make many things easier. Would be eager to use this.