tychedelia / josefine

💃 Kafka/Raft implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Research kafka client protocol

tychedelia opened this issue · comments

We need to determine how to handle messaging between nodes. REST? Something more sophisticated like cap'n proto? Researching Kafka client libraries to understand the protocol will help determine approach.

Also need to determine whether implementing the Kafka protocol itself is part of project scope or future improvement.