Boris Granveaud
Boris Granveaud
If I scan the latest version 1.4.3 with trivy, I get a security warning on github.com/dgrijalva/jwt-go: ``` # trivy image --severity HIGH,CRITICAL alexakulov/clickhouse-backup:1.4.3 bin/clickhouse-backup (gobinary) Total: 1 (HIGH: 1, CRITICAL:...
I see that it is possible to reuse a buffer with Batch.Read(b []byte) but this can only be used with the low-level API. It would be nice to have the...
I don't understand the implementation of isValid in ClickHouseConnectionImpl: ``` @Override public boolean isValid(int timeout) throws SQLException { if (isClosed()) { return false; } try { ClickHouseProperties properties = new...
### Current Behavior Exception at second execution when configuration cache is enabled. ``` Configuration cache is an incubating feature. Reusing configuration cache. FAILURE: Build failed with an exception. * What...
AlterConfigs request was always sent to controller, but when trying to update a broker config, it must be sent to corresponding broker.
**Describe the bug** Giving an empty resource value in AlterConfigs in order to reset a topic config entry returns an error. **Kafka Version** Kafka 2.4.1 and 3.4.0, kafka-go 0.4.43. **To...
**Describe the bug** I'm using `ConsumerGroup` API and subscribe to several topics. If one of the topics doesn't exist (but other do), `ConsumerGroup` returns an empty assignment. **Kafka Version** Kafka...
I'm using the consumer group API and this method to commit offsets: ``` // CommitOffsets commits the provided topic+partition+offset combos to the // consumer group coordinator. This can be used...
I'm currently implementing a strategy which limits the size of my inserts based on memory constraints, because in some cases I have many parallel insert buffers in memory and I...
### Testcontainers version 0.15.0 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host Arch amd64 ### Go Version 1.19 ### Docker version ```shell Client: Docker Engine...