kafka-connect-storage-common icon indicating copy to clipboard operation
kafka-connect-storage-common copied to clipboard

Shared software among connectors that target distributed filesystems and cloud storage.

Results 62 kafka-connect-storage-common issues
Sort by recently updated
recently updated
newest added

This is a routine update from cc-service-bot based on the service.yml in your repo. This PR should be approved and merged as soon as CI passes.

## Problem ## Solution ##### Does this solution apply anywhere else? - [ ] yes - [ ] no ##### If yes, where? ## Test Strategy ##### Testing done: -...

### Action required after merging These changes will be pint merged automatically when this PR is merged, but be on the lookout for automated PRs [like this one](https://github.com/confluentinc/stream-catalog-connect-collibra/pull/24) in case...

## Problem ## Solution ##### Does this solution apply anywhere else? - [ ] yes - [ ] no ##### If yes, where? ## Test Strategy ##### Testing done: -...

## Problem ## Solution ##### Does this solution apply anywhere else? - [ ] yes - [ ] no ##### If yes, where? ## Test Strategy ##### Testing done: -...

## Problem https://confluentinc.atlassian.net/browse/RCCA-17436 ## Solution ##### Does this solution apply anywhere else? - [ ] yes - [ ] no ##### If yes, where? ## Test Strategy ##### Testing done:...

## Problem https://github.com/confluentinc/schema-registry/pull/2326 introduced the `ignore.default.for.nullables` Avro converter config property. However the storage connectors currently cannot take advantage of it as it's not an exposed config. For example, when using...

A PR already exist on `1.13.0` - https://github.com/confluentinc/kafka-connect-storage-common/pull/315 Nice to have: - zstd without hadoop library https://issues.apache.org/jira/browse/PARQUET-1866 Need to test that this regression is fixed with `1.13.1`: - https://github.com/confluentinc/kafka-connect-storage-common/pull/273 -...

Hello, I use the S3 Sink Connector on a topic with Avro records which are fully transitive compatible. I want to achieve that records are always written in larger batches...

timestamp extractor assumes that timestamp value is in seconds which is causing an issue mentioned in https://github.com/confluentinc/kafka-connect-storage-common/issues/120#issuecomment-578459085 adding a property to tell timestamp extractor that timestamp is in seconds will...