Hello all, As discussed in the discussion thread [1], I propose to create a dedicated repository for AWS connectors called flink-connector-aws. This will house 3x connectors: Amazon Kinesis Data Streams, Amazon Kinesis Data Firehose and Amazon DynamoDB and any future AWS connectors. We will also externalize the AWS base module from the main Flink repository [2] and create a parent pom for version management.
All modules within this repository will share the same version, and be released/evolved together. We will adhere to the common Flink rules [3] for connector development. Motivation: grouping AWS connectors together will reduce the number of connector releases, simplify development, dependency management and versioning for users. Voting schema: Consensus, committers have binding votes, open for at least 72 hours. [1] https://lists.apache.org/thread/swp4bs8407gtsgn2gh0k3wx1m4o3kqqp [2] https://github.com/apache/flink/tree/master/flink-connectors/flink-connector-aws-base [3] https://cwiki.apache.org/confluence/display/FLINK/Externalized+Connector+development