Github user tzulitai commented on the issue:

    https://github.com/apache/flink/pull/2227
  
    Hi @skidder, I like the add, I think serious users will definitely need 
this.
    
    One thing I'm concerned about is how `CONFIG_AWS_REGION` and 
`CONFIG_AWS_ENDPOINT` should co-exist in the configuration properties, 
especially when we validate the configuration with 
`KinesisConfigUtil#validateConfiguration()`.
    The Kinesis consumer requires the user to specify `CONFIG_AWS_REGION`.
    I wonder if we need to check for conflicting `CONFIG_AWS_REGION` and 
`CONFIG_AWS_ENDPOINT` values, i.e.region is set to "us-east-1", but endpoint is 
set to "ap-northeast-1.amazonaws.com".
    
    Also, 
    
    What do you think?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to