flink-connector-aws
flink-connector-aws copied to clipboard
[FLINK-31987][Connectors/AWS] Implement KDS Table API support
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 tests
Significant changes
(Please check any boxes [x] if the answer is "yes". You can first publish the PR and check them afterwards, for convenience.)
- [X] Dependencies have been added or upgraded
- [ ] Public API has been changed (Public API is any class annotated with
@Public(Evolving)
) - [ ] Serializers have been changed
- [X] New feature has been introduced
- If yes, how is this documented? (not applicable / docs / JavaDocs / not documented)