tzulitai opened a new pull request, #22: URL: https://github.com/apache/flink-connector-kafka/pull/22
This is a "follow-up" to previous work in https://github.com/apache/flink/pull/21808 that added boundedness options for the SQL Kafka Connector. This PR does the same for the SQL Upsert Kafka Connector. Please see new tests in `UpsertKafkaTableITCase` for end-to-end usage examples of the new boundedness options and the expected behaviour. Most of the added tests references what was added for the SQL Kafka Connector in https://github.com/apache/flink/pull/21808. ## Changelog 1. Expose `scan.bounded.*` options for upsert Kafka 2. Add unit tests for source configuration, as well as end-to-end integration tests with boundedness enabled 3. Minor refactorings (tagged `[hotfix]` commits) to share test utilities across the tests for SQL Kafka Connector and SQL Upsert Kafka Connector. ## Testing Covered in new tests in `UpsertKafkaDynamicTableFactoryTest` and `UpsertKafkaTableITCase`. -- 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]
