Re: Flink Connector for AWS SQS

2017-07-19 Thread Chesnay Schepler
Hello, There's isn't really a protocol for that; I would suggest to open the PR against the Flink repo. For now feel free to reuse the AWSConfigConstants, we can always duplicate them later on if necessary. Regards, Chesnay On 17.07.2017 16:50, Ray Ruvinskiy wrote: I’m interested in writi

Flink Connector for AWS SQS

2017-07-17 Thread Ray Ruvinskiy
I’m interested in writing a connector for AWS SQS (https://aws.amazon.com/sqs/). I’ve looked, and I don’t believe one is available. Flink does have a Kinesis collector, and there is some overlap in terms of basic AWS configuration handling (I believe mostly limited to what’s in https://github.