iggy-rs / iggy

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.
https://iggy.rs
MIT License
1.75k stars 81 forks source link

Create a test suite, checking against race conditions when creating resources #1008

Open numinnex opened 1 week ago

numinnex commented 1 week ago

Purpose of this task is to create test cases that will verify whether creating resources such as streams, topics, partitions leads to race conditions when propagating events to other shards.