iggy icon indicating copy to clipboard operation
iggy copied to clipboard

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.

Results 144 iggy issues
Sort by recently updated
recently updated
newest added

good first issue
new functionality
config

![image](https://github.com/iggy-rs/iggy/assets/5490304/12dbbd8a-eedb-43a0-a6a6-27d98a8ab20f)

server

And mention the glibc/kernel in the release notes.

ci-cd
improvement
operations

- Refactor codebase to utilize new enums for topic settings - Replace optional u32 with MessageExpiry for clarity and safety - Introduce MaxTopicSize to handle max topic size constraints -...

How can I limit RAM usage in settings? For example, limit the use of RAM to no more than 1GB, but keep logs on the local storage system (SSD) for...

question

This is supported only on Linux.

good first issue
server

This definition: ``` pub struct Message { pub offset: u64, pub state: MessageState, pub timestamp: u64, pub id: u128, pub checksum: u32, pub headers: Option, pub length: u32, pub payload:...

bug
documentation

new functionality
performance
config