You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/07 18:53:57 UTC

[GitHub] [pulsar] david-streamlio opened a new pull request #3783: Pulsar-IO: Add Kinesis Source

david-streamlio opened a new pull request #3783: Pulsar-IO: Add Kinesis Source
URL: https://github.com/apache/pulsar/pull/3783
 
 
   ### Motivation
   
   Added an AWS Kinesis Source connector to the existing Kinesis module.
   
   ### Modifications
   
   - Added an AWS Kinesis Source connector and associated configuration class
   - Added test class for AWS Kinesis Source connector
   - Refactored Configuration hierarchy to promote code reused between the Sink and Source configurations.
   - Added test cases to confirm the above refactoring did NOT break anything in the Sink
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   *(Please pick either of the following options)*
   
   
   This change added tests and can be verified as follows:
   
   - Added unit tests
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - Dependencies (does it add or upgrade a dependency): NO
     - The public API: NO
     - The schema: NO
     - The default values of configurations: NO
     - The wire protocol: NO
     - The rest endpoints: NO
     - The admin cli options: NO
     - Anything that affects deployment: NO
   
   ### Documentation
   
     - Does this pull request introduce a new feature? YES
     - If yes, how is the feature documented?  YES, I updated the docs
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services