Skip to content

Releases: mmolimar/kafka-connect-fs

New policy type and file reader. AK 2.7.0

17 Feb 01:08
6b03a6d
Compare
Choose a tag to compare

Included in this release:

  • Upgrade to Apache Kafka 2.7.0 and all project dependencies.
  • New policy for ingesting files from S3 from event notifications (via AWS SQS or SNS).
  • New file reader for ingesting other sort of binary files.

Upgrade to AK 2.6.0. New file readers & cleanup.

15 Sep 16:19
98c5641
Compare
Choose a tag to compare

Included in this release:

  • Upgrade to Apache Kafka 2.6.0 and all project dependencies.
  • New Cobol/EBCDIC file reader.
  • Added cleanup strategies into policies.
  • Jackson-based file reader refactor: new XML and YAML file readers included.
  • Fixed #53.

SFTP, ORC files & batching support

06 Jul 15:48
7ec9293
Compare
Choose a tag to compare

Included in this release:

  • Support for SFTP file system.
  • New file reader for ORC files.
  • Batching support at policy level.
  • Batching support in file readers.
  • Performance improvements to avoid unnecessary seeking in files.
  • Upgrade dependencies.

New major release

27 Apr 15:51
588d310
Compare
Choose a tag to compare

A major release with the following features:

  • Upgrade to Kafka 2.5.0 and Confluent 5.5.0.
  • Support for Google Cloud Storage, Azure Blob Storage & Azure Data Lake Store file systems.
  • New policy based on cron expressions.
  • Improved HDFS file watcher policy. It now allows reconnections.
  • Removed old Delimited text file reader.
  • New JSON file reader.
  • New delimited file readers: CSV, TSV and FixedWidth file readers (based on Univocity parser).
  • Allow setting a schema in delimited file readers.
  • Enabled reading compressed files for text-based file reader (bzip2 and gzip).
  • Test refactor and migrated to JUnit 5.
  • Docker files.

Upgrade Hadoop version & new file reader

11 Dec 18:20
Compare
Choose a tag to compare

Features in this release:

  • Upgrade Hadoop version to 2.9.0: now there is support for a new file system (SFTP).
  • New agnostic file reader. Now, you don't have to specify a file reader to ingest one file type but this agnostic file reader to ingest any kind of file type available in the connector.
  • Set a default value when using the DelimitedTextFileReader when the row is malformed.

File reader enhancements

20 May 21:20
Compare
Choose a tag to compare

Some additional configuration options in file readers:

  • Text file reader encoding.
  • Delimiter text file reader encoding.
  • Avro file reader schema.
  • Parquet file reader schema and projection.

Fix library dependencies

09 May 01:51
Compare
Choose a tag to compare
v0.1.1.1

Fix library dependencies

Configurable file readers

02 Apr 15:01
Compare
Choose a tag to compare

Enabled the option of configuring output field names when delivering records from the connector.

This configuration applies to:

  • Text file reader.
  • Sequence file reader.

First version

25 Mar 20:46
Compare
Choose a tag to compare

Initial release for Confluent 3.1.1.

Included in this release:

  • Policies
    • Simple policy.
    • Sleepy policy.
    • HDFS file watch policy.
  • File readers
    • Avro file reader.
    • Parquet file reader.
    • SequenceFile file reader.
    • Text file reader.
    • Delimited text file reader.
  • Unit and integration tests (local FS and HDFS).
  • Offset support when processing records.
  • Documentation.