liyubin117 commented on PR #290:
URL:
https://github.com/apache/flink-table-store/pull/290#issuecomment-1246157283
Support to define `connector` may confuse users to treat flink-table-store
as a ordinary connector, we now treat it as a built-in table, the ddl pattern
is just like mysql. in the other hand, also conflict with conclusion of a long
discussion in FLIP-188 and the defintion of ManagedTableFactory interface.
```
/**
* Base interface for configuring a managed dynamic table connector. The
managed table
* factory is used when there is no FactoryUtil.CONNECTOR option.
**/
public interface ManagedTableFactory extends DynamicTableFactory
```
--
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]