Home
Kafka Connectors
Changelog
Version 3.1.9
RCCA-10748: Fixed SFTP CSV Source connector to avoid incomplete processing of files in case of sftp connection error.
CCMSG-1450: Improved error message for sftp channel opening error.
Version 3.1.8
RCCA-9970: Fixed NPE error while handling failed to process files.
CCMSG-2081: Bumped gson
to 2.8.9.
CCMSG-2130: Bumped hadoop-common
to 3.2.4.
CCMSG-2269: Bumped woodstox-core
to 6.4.0.
Version 3.1.7
RCCA-9026: Fixed an issue with the SFTP source connector that allowed files to be moved to the processed folder without being fully written to Kafka.
CCMSG-2289: Handled OOM issue occuring due to storing of offsets for MOVE and DELETE clean-up policy.
Version 3.1.6
RCCA-8631: Created distinct temporary directory based on timestamp during validation
Version 3.1.5
CC-17471: Add support to create structured CSV files from structured record data
Version 3.1.4
CCMSG-2114: Added cross validate schema in validations and schema validator
Version 3.1.3
Bump hadoop-common from 3.2.2 to 3.2.3
Version 3.1.2
CVE: Remove slf4j-log4j12 dependency
CCMSG-2057: Add graceful handling for config cross validation
Version 3.1.1
CCMSG-1935: Updated Gson version to 2.9.0
Version 3.1.0
CCMSG-1766: Added a new configuration property,
csv.pre.validate.file.enabled
for validating the integrity of records in a
CSV file, which is applicable to the Consolidated SFTP Source connector and CSV Source connector