kafka-actix-example
kafka-actix-example copied to clipboard
Classic wordcount, updated with async/await!
Results
1
kafka-actix-example issues
Sort by
recently updated
recently updated
newest added
I ran into the need to integrate actix and kafka as well. I looked into your [kafka.rs](https://github.com/ArtRand/kafka-actix-example/blob/master/src/kafka.rs) and there might be a elegant implementation there. The `ctx.run_interval()` in original code...