[ 
https://issues.apache.org/jira/browse/FLINK-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15372084#comment-15372084
 ] 

ASF GitHub Bot commented on FLINK-4197:
---------------------------------------

GitHub user skidder opened a pull request:

    https://github.com/apache/flink/pull/2227

    [FLINK-4197] Allow Kinesis endpoint to be overridden via config

    I perform local testing of my application stack with Flink configured as a 
consumer on a Kinesis stream provided by Kinesalite, an implementation of 
Kinesis built on LevelDB. This requires me to override the AWS endpoint to 
refer to my local Kinesalite server rather than reference the real AWS 
endpoint. I'd like to add a configuration property to the Kinesis streaming 
connector that allows the AWS endpoint to be specified explicitly.
    
    This should be a fairly small change and provide a lot of flexibility to 
people looking to integrate Flink with Kinesis in a non-production setup.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/skidder/flink kinesis-url-override

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2227.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2227
    
----
commit 0356141fbd826553cc206ac19dc4cfd734668c97
Author: Scott Kidder <[email protected]>
Date:   2016-07-12T02:20:55Z

    [FLINK-4197] Allow Kinesis endpoint to be overridden via config

----


> Allow Kinesis Endpoint to be Overridden via Config
> --------------------------------------------------
>
>                 Key: FLINK-4197
>                 URL: https://issues.apache.org/jira/browse/FLINK-4197
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kinesis Connector
>    Affects Versions: 1.0.3
>            Reporter: Scott Kidder
>            Priority: Minor
>              Labels: easyfix
>             Fix For: 1.0.4
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I perform local testing of my application stack with Flink configured as a 
> consumer on a Kinesis stream provided by Kinesalite, an implementation of 
> Kinesis built on LevelDB. This requires me to override the AWS endpoint to 
> refer to my local Kinesalite server rather than reference the real AWS 
> endpoint. I'd like to add a configuration property to the Kinesis streaming 
> connector that allows the AWS endpoint to be specified explicitly.
> This should be a fairly small change and provide a lot of flexibility to 
> people looking to integrate Flink with Kinesis in a non-production setup.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to