Mike Trienis
Mike Trienis
@edenhill > It does seem to be less of an issue lately though. We have a use case where we need to spin up multiple instances of confluent-kafka-python to split...
@edenhill Most of the Python application I work with are single threaded, so when we integrate those apps with confluent-kafka-python we're adding roughly N + 1 threads where N is...
@mbaksheev do you also need to close the response similar to the example [here](https://github.com/ClickHouse/clickhouse-java/blob/main/examples/client/src/main/java/com/clickhouse/examples/jdbc/Main.java#L59-L63) Also, if I just want to do a batch async insert as fast as possible using...
Anyone figure out a workaround for this issue? @zhicwu >But for me, it works only in case when the number of columns for insert and columns that exists in the...