High-performance message streaming platform with QUIC, TCP, and HTTP support.
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.
iggy$ iggy server$ iggy topic create my-stream$ iggy message send my-stream 'Hello, World'$ iggy message consume my-stream --consumer-group my-group$ iggy stats