-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for KCON-26 - Backoff when no data available. Fixes for KCON-28 - Improve poll method Creates an AbstractSourceTask in commons to handle response to poll and backoff calculations as well as start, stop. Implementations need to implement an Iterator that poll will call to retrieve data. Private classes Timer and Backoff are created in AbstractSourceTask and may be moved out at a later date if needed elsewhere. Changes made to configurations to support configuration extraction in AbstractSourceTask. Modifications to S3SourceTask to operate under AbstractSourceTask. Additional tests added --------- Co-authored-by: ¨Claude <¨[email protected]¨> Co-authored-by: Jarkko Jaakola <[email protected]> Co-authored-by: Murali Basani <[email protected]>
- Loading branch information
1 parent
f6d3087
commit c4604f4
Showing
31 changed files
with
1,932 additions
and
752 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.