The connector has some very important features, such as `batch` and `stream` and `exact-once` of the source connector. `exact-once` of sink connector. But there is no uniform fixed format description for these in the connector-v2 document.
I suggest that we provide a fixed document template to standardize the description of these features. Such as: template for Source connector: - [x] batch - [ ] stream - [x] exactly-once template for Sink connector: - [x] exactly-once Do you have any suggestions for this? -- Best Regards ------------ EricJoy2048 [email protected]
