You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Thomas Weise (JIRA)" <ji...@apache.org> on 2018/05/19 07:16:00 UTC

[jira] [Created] (FLINK-9402) Kinesis consumer validation incorrectly requires aws.region property

Thomas Weise created FLINK-9402:
-----------------------------------

             Summary: Kinesis consumer validation incorrectly requires aws.region property
                 Key: FLINK-9402
                 URL: https://issues.apache.org/jira/browse/FLINK-9402
             Project: Flink
          Issue Type: Bug
          Components: Kinesis Connector
    Affects Versions: 1.5.0
            Reporter: Thomas Weise
            Assignee: Thomas Weise


AwsClientBuilder says: Only one of Region or EndpointConfiguration may be set.

But KinesisUtil still thinks: The AWS region ('aws.region') must be set in the config.

This doesn't affect configuration based on region, but makes testing with Kinesalite impossible. The Flink code needs to match the new opinion in AWS SDK (probably changed with . recent update).

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)