iggy

High-performance message streaming platform with QUIC, TCP, and HTTP support.

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second.

Commands

iggy

Examples

start a local message streaming server$ iggy server
create a new message stream topic$ iggy topic create my-stream
send messages to a stream$ iggy message send my-stream 'Hello, World'
consume and read messages from a stream$ iggy message consume my-stream --consumer-group my-group
check server status and metrics$ iggy stats