Krzysztof Majk

Results 8 comments of Krzysztof Majk

I'm using bulk loader under dotnet 6.0 it works ok with ```DateTime[] startAt = new DateTime [batchSize]; // Clickhouse schema DateTime('UTC')```

I have successfully reproduced this issue with 5 concurrent producers (after ~3mln messages) - happens every time. `2022-11-05 12:55:34 +01:00: Upstream closed connection: FRAME_ERROR - type 3, all octets =...

@TalZaccai I can do this. I'll write in a few days how I'm doing.

@TalZaccai Ok so basic support is working. Can you please review my code? I also have questions about: >7. Add a new method to ListObjImpl which will perform the required...

I tried to make it as HttpMessageHandler to see how far I can go with it. It turn out doable with little tricks like DOCUMENT_ROOT is passed as HttpOption in...

@Tratcher Tests are still just for me to debug responses (I will add more & better at some point), but code of FastCgiHttpMessageHandler can be reviewed. I need some feedback...

Thanks for reply. I was planning to continue work on this next month (finally I have time). I understand Your decision. I don’t plan to release it as a separate...