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)