tweise commented on a change in pull request #6968: [FLINK-4582] [kinesis] Consuming data from DynamoDB streams to flink URL: https://github.com/apache/flink/pull/6968#discussion_r243472494
########## File path: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/proxy/KinesisProxy.java ########## @@ -469,6 +496,61 @@ private ListShardsResult listShards(String streamName, @Nullable String startSha return listShardsResults; } + /** + * Get metainfo for a Dynamodb stream, which contains information about which shards this Review comment: Remove DynamoDB reference here. This is applicable to proper Kinesis also. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services