You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Start of the 2.0 branch.
* Added support for sorting the order of files processed. Added support for multiple tasks. Refactored file selection logic out to predicates. Fixesjcustenborder#98. Fixesjcustenborder#97.
* Clean up policy to move files to subdirectories by date in finished directory (jcustenborder#103)
* Moving finished files to date folders
* Add test
* Removed duplicate call to listFiles.
* Moving the metadata to headers. Metadata currently was not used by the individual connectors. Fixedjcustenborder#94. Fixedjcustenborder#95.
* Refactored to remove usage of Path since we have that functionality in File. Lower logging of directory to trace.
* Refactored InputFile to own everything for the input file. Added metadata class that is responsible for the file metadata based on cached values from InputFile. Updated test cases to have values for headers, ignoring some of the headers that will by dynamic.
* Fixed java doc warnings.
* Added finishedPathRequired method to config. This will be used to determine if the tasks should check for a finished path. Moved ownership of the InputStream to be completely within InputFile.
* Fixed checkstyle.
* Major refactor to add support for using a BufferedInputStream. Renamed abstract classes to be consistent. Connectors can optionally support using a BufferedInputStream which should reduce the round trips to the underlying filesystem. `file.buffer.size.bytes` can be used to configure the buffer. Fixesjcustenborder#105.
* Corrected Metadata to include offset within the file. jcustenborder#95.
* Corrected to use proper config() method.
* Added missing file.offset header to test cases. jcustenborder#95.
* Removed duplicate check.
* Added MB per second calculations.
* Bump the backoff time to 500 ms if no files are returned.
* Lower the logging level when searching for files.
* Correct Connect Packaging plugin configuration (jcustenborder#101)
Correct Connect Packaging plugin configuration so that the project's packaging configuration properties properly override those inherited from the parent POM.
* Change manifest file's link to documentation (jcustenborder#102)
* Missed configuring tasks for SchemaLessJson. jcustenborder#97.
* Fixed Checkstyle.
* Refactored to allow metadata to be placed in a header, field, or dropped.
* Modified to not require a key for the messages. Bumped version for extended-log-format. Fixesjcustenborder#117
* CC-5455: Update support summary for LA connector (jcustenborder#109)
Signed-off-by: Arjun Satish <arjun@confluent.io>
* Refactored to allow metadata to be placed in a header, field, or dropped.
* Documentation for `metadata.field` was not correct.
* Corrected extended-log-format version.
* Update docs for task.partitioner.
* Removed schema generation dependency.
* Updated examples.
Co-authored-by: Jon Mitchell <44587662+jmitchellwf@users.noreply.github.com>
Co-authored-by: Randall Hauch <rhauch@gmail.com>
Co-authored-by: Arjun Satish <wicknicks@users.noreply.github.com>
0 commit comments