flink-connector-aws icon indicating copy to clipboard operation
flink-connector-aws copied to clipboard

Apache flink

Results 15 flink-connector-aws issues
Sort by recently updated
recently updated
newest added

## Purpose of the change - Implements parent-child shard ordering in DDB Streams source - Source enumerator will only assign splits that correspond to a shard when parent shard is...

## Purpose of the change Port over Kinesis Client configurations for retry and backoff ## Verifying this change - *Added unit tests* ## Significant changes *(Please check any boxes [x]...

## Purpose of the change Add an option `ignore-nulls` to determine whether to ignore null values, instead of [hardcoding](https://github.com/maoxingda/flink-connector-aws/blob/b681cfcd372a44a34c4e6c868cb8a69d50aac67c/flink-connector-aws/flink-connector-dynamodb/src/main/java/org/apache/flink/connector/dynamodb/table/RowDataToAttributeValueConverter.java#L53) it into the code. ## Verifying this change Please make sure...

## Purpose of the change Implements the Table API for the Kinesis Source. ## Verifying this change This change added tests and can be verified as follows: - *Added unit...

## Purpose of the change Implements the Table API for the Sqs Sink Connector. ## Verifying this change - Added unit tests - Manually verified by running the SQS connector...