Ladislav

Results 11 comments of Ladislav

> @ladislavmacoun please don't let this go stale. What needs to happen next? Sorry @devmills, I can't help you with this since I am not a member of elastic team,...

@edenhill Thank you for the review! I've addressed the issues you have pointed out.

Hi @edenhill, don't want to push on this, but had you any chance to check on this?

Hi @emasab, any update on this?

@mzitnik Sure, here is simple example of inserting Cap'N'Proto to Clickhouse Let's create a simple capnproto schema `schema.capnp` and example data `example.json` for it. ```capnp @0xe7a7d8bbc2f70135; struct Message { id...

Hi @mzitnik, it's been a few months since the last update, and I was wondering if there are any new developments. Alternatively, could you suggest any other approaches to address...

I'm uncertain about the pooling strategy, but if you're utilizing an HTTP client, configuring the SOCKET_KEEPALIVE and SOCKET_REUSEADDR options can help reduce the total number of open connections. This approach...

This would be useful for inserting binary encoded formats such as Cap'n Proto and Protobuf.

I second what @AdisNezirovic said, it would be nice to have the client agnostic to the schema. Here at the [clickhouse-java](https://github.com/ClickHouse/clickhouse-java/issues/1475) I've opened an issue addressing ingesting Cap'N'Proto data into...