You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/30 16:46:00 UTC

[jira] [Commented] (FLINK-7422) Upgrade Kinesis Client Library (KCL) and AWS SDK in flink-connector-kinesis

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

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

GitHub user bowenli86 opened a pull request:

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

    [FLINK-7422][kinesis] Upgrade Kinesis Client Library (KCL) and AWS SDK in flink-connector-kinesis

    ## What is the purpose of the change
    
    Upgrade KCL from 1.6.2 to 1.8.1 (https://mvnrepository.com/artifact/com.amazonaws/amazon-kinesis-client)
    
    ## Brief change log
    
    #### KCL:
    Upgrade KCL from 1.6.2 to 1.8.1
    
    #### AWS SDK
    
    Upgrade AWS SDK from 1.10.71 to 1.11.171
    
    
    ## Verifying this change
    
    This change is already covered by existing tests, such as *flink/flink-connectors/flink-connector-kinesis/src/test/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisConsumerMigrationTest.java*.
    
    I've also been using it in our production environment without any problems.
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): (yes)
     
    ## Documentation
    
      - Does this pull request introduce a new feature? (no)
    


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

    $ git pull https://github.com/bowenli86/flink FLINK-7422

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

    https://github.com/apache/flink/pull/4627.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 #4627
    
----
commit 7d59b06827a6b072a0e488ae0d5bac404b08c438
Author: Bowen Li <bo...@gmail.com>
Date:   2017-08-10T23:31:50Z

    FLINK-7422 Upgrade Kinesis Client Library (KCL) and AWS SDK in flink-connector-kinesis

commit 6386983239bd3024b395c865ec4fd33e232ca5a3
Author: Bowen Li <bo...@gmail.com>
Date:   2017-08-30T16:35:03Z

    FLINK-7422 Upgrade Kinesis Client Library (KCL) and AWS SDK in flink-connector-kinesis

commit 2cc26a127dd45f54a680167abe0ebb46193b97d2
Author: Bowen Li <bo...@gmail.com>
Date:   2017-08-30T16:42:37Z

    Merge branch 'master' into FLINK-7422

----


> Upgrade Kinesis Client Library (KCL) and AWS SDK in flink-connector-kinesis
> ---------------------------------------------------------------------------
>
>                 Key: FLINK-7422
>                 URL: https://issues.apache.org/jira/browse/FLINK-7422
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kinesis Connector
>    Affects Versions: 1.3.2
>            Reporter: Bowen Li
>            Assignee: Bowen Li
>             Fix For: 1.4.0
>
>
> Upgrade KCL from 1.6.2 to 1.8.1 (https://mvnrepository.com/artifact/com.amazonaws/amazon-kinesis-client)
> Since FLINK-7366, we may also need to bump aws sdk version as well in this ticket.
> *KCL:*
> Upgrade KCL from 1.6.2 to 1.8.1
> *AWS SDK*
> from 1.10.71 to 1.11.171



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)