rei mai
rei mai
In my project I'm using ZStream to essentially fold big messages into a small one using aggregateAsyncWithin, and write these to storage. I've noticed that every time a schedule loses...
Hi, in my zio app I'm reusing zio's executor as a grpc server executor. And the grpc service runs zio effects via zio.Unsafe. After an upgrade 2.0.2 -> 2.0.3 this...
Version: 1.6.0 Issue: burrow hangs (stops responding, but does not exit) after a failure to unlock from zk: ``` 2023-10-02 17:33:19.940 | {"level":"info","ts":1696257198.8336904,"msg":"re-submitting `0` credentials after reconnect","type":"coordinator","name":"zookeeper"} 2023-10-02 17:33:19.940 |...
Hi, I'm using async-http-client 2.12.3 for stream requests. Suddenly all failed requests are cancelled by timeout (1m). Debugging the issue shows that these requests are actually failing almost immediately due...
Here is a new fix for a [free socket on mac problem](https://github.com/scalapb/protoc-bridge/pull/418), without restry. Turns out mac allows a socket on ANY host (*.* in netstat) to bind even though...