Ricardo Martins
Results
2
issues of
Ricardo Martins
Currently rust-utp doesn't allow concurrent reads and writes to the same socket. This limits its usefulness in a production context. ## Ways to achieve concurrency 1. Synchronize socket state access/modification...
Due to a bug in rdkafka, sometimes consumers stop processing one or more assigned partitions. That sort of issue is not detectable through a consumer-wide liveness check because an individual...