flier / tokio-kafka

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

Remove tokio-middleware dependency #6

Closed polachok closed 6 years ago

polachok commented 6 years ago

tokio-middleware is 1) proof-of-concept 2) deprecated LoggingMiddleware is removed altogether (all the println()'s!) TimeoutMiddleware moved to client/middleware

flier commented 6 years ago

agree, we need clean those deprecated code