Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Similar to the efforts done in FLINK-8240. We need unified ways to configure and instantiate TableSinks. Among other applications, this is necessary in order to declare table sinks in an environment file of the SQL client. Such that the sink can be used for INSERT INTO statements.
Below are a few major changes in mind.
1) Add TableSinkFactory/TableSinkFactoryService similar to TableSourceFactory/TableSourceFactoryService
2) Add a common property called "type" with values (source, sink and both) for both TableSource and TableSink.
3) in yaml file, replace "sources" with "tables", and use tableType to identify whether it's source or sink.
Attachments
Issue Links
- blocks
-
FLINK-8858 Add support for INSERT INTO in SQL Client
- Resolved
- is blocked by
-
FLINK-9059 Add support for unified table source and sink declaration in environment file
- Resolved
- is related to
-
FLINK-8880 Validate configurations for SQL Client
- Resolved
- links to