Sergey Chernov

Results 277 comments of Sergey Chernov

Good day, @aira-xite! I'm currently working on the issue: - `Tuple` is eventually a structure without field names. - Using `java.sql.Array` as Tuple is not correct way to solve your...

Duplicate of https://github.com/ClickHouse/clickhouse-java/issues/2309 The real problem is that there is no good way to use client with self signed certificates. Having `sslmode` leads to a security issue - if this...

Good day, @pan3793 ! I have no exact plan for the native protocol. We will try to use most optimal approach for native as well as for http. In general,...

@pan3793 I'm thinking to utilize netty for such things and I agree it might be a problem with buffers. However you may predict them well and minimize time of finding...

This exception happens actually in the test so its fine. And indicates missing type. However we may need to find place where it can cause an error.

Thanks @mzitnik! I've replaced code with shared constant from `ClientSettings`.

@mzitnik I think, we should not do it to keep developer away from idea of extracting common part. I do not plan to add all server settings in such way...

Good day. @ashwinsri1 ! Thank you for the great question! - LB DNS is based on changing IP address for the know host. It usually takes longer for client to...

Good day, @huddedar34 ! Thank you for the question. - in case we are using a proxy server receives client requests and resends them to some replica next will happen:...