nicusX opened a new pull request, #122:
URL: https://github.com/apache/flink-connector-aws/pull/122
## Purpose of the change
Implement Table API support for Avro with AWS Glue Schema Registry
## Verifying this change
- Added unit tests
- Manually verified by running a Flink application locally against a local
Kafka cluster and using GSR.
## Significant changes
- [ ] 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? docs
The implementation is mostly based on the [original PR to the main Flink
repo](https://github.com/apache/flink/pull/17360) with minor changes. SQL
uber-jar has been added and docs fixed and enriched.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]