This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional factory methods to Kinesis to create Akka Source (#61)
* Add additional factory methods to Kinesis object, to create Kinesis stream source with explicitly specifying ConsumerService * Updated the README and changed the parameter order of the Kinesis.source * Fixed the formatting issues and the compiler error due to the multiple overloaded methods with default params * Removed ambiguous constructor from KinesisSourceGraphStage, as the functionality delegated to the Kinesis object * Fixed formatting issues
- Loading branch information
Showing
3 changed files
with
116 additions
and
25 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