valeriansaliou / sonic

🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
https://crates.io/crates/sonic-server
Mozilla Public License 2.0
20.11k stars 578 forks source link

Does sonic support multiple clients PUSH at the same time? #283

Closed ghost closed 2 years ago

ghost commented 2 years ago

Does sonic support concurrently PUSH

valeriansaliou commented 2 years ago

Yes! That would be on parallel Channel connections though as channels are blocking for now, though the protocol is already async compatible.