kf-protocol 0.1.0

Native Rust implementation of kafka protocol
Documentation
1
2
3
4
# /bin/bash
# send out simple message
msg="$1"
echo "$msg" | nc -w 1 localhost 9092