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 80 kafka-connect-storage-common issues
Sort by recently updated
recently updated
newest added

Hi, I've been using the S3 connector for a couple of weeks now, and I want to change the way the connector names each file. I am using the HourlyBasedPartition,...

## Problem https://github.com/confluentinc/kafka-connect-storage-cloud/issues/520 ## Solution ##### Does this solution apply anywhere else? - [ ] yes - [ ] no ##### If yes, where? ## Test Strategy ##### Testing done:...

Hi All :) ### TL;DR When the s3 partition is blunt, athena's query take long time. --- In my environment, the s3 sink connector encode partition by FieldPartitioner. As a...

## Problem Azure Blob Storage Source Connector uses and ships with `com.azure.azure-storage-blob` dependency. But, if the classpath has the older versions of this dependency - the connector will fail because...

## Problem The avro `int64` type with logicalType `timestamp-millis` becomes Date class in Java. Current FieldPartitioner cast it to Number class which throws exception. ## Solution If `int64` type is...

I would like to configure a different S3 URL than default S3 URL (s3.amazonaws.com). But I could not find a configurable directive like s3.bucket, s3.region. Could you provide details on...

## Problem Partitioning by String field is possible only if this field contains data in only one specific format. There is no easy way to override RecordFieldTimestampExtractor with custom datetime...

I received the below email from Google Cloud regarding the GCS connector needing to be upgraded to version 1.114.0 in order to work with certain lifecycle conditions. I checked and...

Hello all, I'm just curious why the hiveFactory method is [deprecated](https://github.com/confluentinc/kafka-connect-storage-common/blob/master/format/src/main/java/io/confluent/connect/storage/format/Format.java#L29) in Format class. I'm not able to find any explanation as a replacement even though it's used by [kafka-connect-hdfs](https://github.com/confluentinc/kafka-connect-hdfs)...

Improvements to provide ability to exclude topic name in partition by configuration