tychedelia / josefine

💃 Kafka/Raft implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert to Tokio

tychedelia opened this issue · comments

The project was originally started with a few different flavors. Threads + std lib tcp, then actix. We want to shift to using tokio and a channel based pattern for handling concurrency.