kafka-connect-hdfs
kafka-connect-hdfs copied to clipboard
Kafka Connect HDFS connector
## Problem ## Solution ##### Does this solution apply anywhere else? - [ ] yes - [ ] no ##### If yes, where? ## Test Strategy ##### Testing done: -...
## Problem The previous solution for CVE-2020-13956 seems to be insufficient. Trying an explicit dependency import. ## Solution ##### Does this solution apply anywhere else? - [ ] yes -...
The API change itself is trivial to adopt. Get the original values, add the defaults, and that's done. However, many tests either relied on implementation details of the partitioners, or...
I observed [1] end offsets are keeping growing. IMHO it's should be cleaned after committing finished. [1] https://github.com/confluentinc/kafka-connect-hdfs/blob/master/src/main/java/io/confluent/connect/hdfs/TopicPartitionWriter.java#L294
Hi all, We created our custom partitioner that extends `TimeBasedPartitioner` and dumps the data of Kafka topics `prod.a.b` to the following HDFS tree: `/data/prod/a/b/time=event/bucket=hourly/year=XXXX/month=XX/day=XX`. Everything seemed working fine, but we...
## 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 Retries on failed writes can go on for too long https://github.com/confluentinc/kafka-connect-hdfs/issues/663 ## Solution Ability to specify a timeout for retries after which reads will reset from last committed...
… to the lack of new messages in the topic despite the set property rotate.interval.ms. Property flush.size now also works correctly. ## Problem Occasionally I faced a problem when files...
[2023-07-20 08:56:45,327] INFO Exporting data from table 'hecoany1.pies' (3 of 6 tables) (io.debezium.relational.RelationalSnapshotChangeEventSource) [2023-07-20 08:56:46,214] INFO WorkerSourceTask{id=qa-connector1-0} Committing offsets for 102439 acknowledged messages (org.apache.kafka.connect.runtime.WorkerSourceTask) [2023-07-20 08:56:46,219] ERROR WorkerSourceTask{id=qa-connector1-0} Task threw...