rei mai

Results 6 comments of rei mai

That's great. Although 2.0 is still a release candidate. Could we expect fixes in 1.0? I see the ZStream has been completely rewritten, so, sadly, no simple port is possible.

Can confirm, I've [updated my example to zio 2.0.0](https://github.com/reimai/zio_aggregate_oom/blob/master/src/main/scala/Main.scala) and it still fails with an oom. Also tried it locally with the [recent leak fix](https://github.com/zio/zio/pull/7069), result is the same.

Actually, oom in zio 2 is different. It does not need a huge timeout in aggregation function, and heap content is different, full of ChannelExecuttors. I've [updated](https://github.com/reimai/zio_aggregate_oom/blob/master/src/main/scala/Main.scala) my example a...

Yeah, https://github.com/zio/zio/issues/7235 fixes it for zio2, thanks. Still fails on series/1.x

Hi, got a question about ClickhouseDatasource. You've said: > ClickHouse internally uses PoolingHttpClientConnectionManager for setting up the HttpClient which is the base of the ClickHouse Datasource. and should be used...

Might not be realated (it's rather a problem with my settings), but I had an issue with an invalidated action cache. It would drop between runs of `bazel info` and...