Bryan Keller

Results 11 issues of Bryan Keller

Hi, we are using athena-cli across our company, and made a few enhancements based on feedback from users. We'd love to get your feedback on these changes and hopefully merge...

### What changes were proposed in this pull request? This PR removes the min heap setting (`-Xms`) from the JVM args when starting the executor process. ### Why are the...

KUBERNETES

This PR is the next stage in submitting the Iceberg Kafka Connect sink connector, and is a follow up to https://github.com/apache/iceberg/pull/8701 and https://github.com/apache/iceberg/pull/9466. It includes the record converters and the...

core
KAFKACONNECT

This PR brings the Jedis binary API to parity with the string API. Also, I refactored the client implementations so it requires less boilerplate code to add unimplemented methods going...

Compression of values is inconsistently implemented. For example, zset and list values are not compressed, but hashes are. Also, dual write clients do not shadow all write commands, which could...

This PR is the next stage in submitting the Kafka Connect Iceberg sink connector, and is a follow up to https://github.com/apache/iceberg/pull/8701, https://github.com/apache/iceberg/pull/9466, and https://github.com/apache/iceberg/pull/9641. It includes the commit coordinator and...

KAFKACONNECT

This PR disables the build publishing tasks for the `kafka-connect-runtime` project. This project doesn't have any libraries to publish. This should resolve https://github.com/apache/iceberg/issues/11026.

build
KAFKACONNECT

This PR aims to improve the handling of coordinator shutdown during sink rebalances, to better ensure only one coordinator is active at a given time. The sink was designed with...

KAFKACONNECT

This PR includes third party licenses and notices in the Kafka Connect sink distribution archives. The third party licenses and notices were generated using the Gradle License Report [plugin](https://github.com/jk1/Gradle-License-Report), along...

build
KAFKACONNECT

This PR adds some initial docs on configuring the Iceberg sink for Kafka Connect.

docs