vernedeng opened a new issue, #6105: URL: https://github.com/apache/inlong/issues/6105
### Describe the proposal Manager support different type of source, sink by implements different kinds of operator. Due to some reason, Sort-standalone and Sort-flink have some differences in metadata management. For example, Sort-standalone store all fields of sink in **_ext_params_**, instead of **_stream_sink_field_** table. What's more, in order to support other user-defined operation, manager needs to open the ability to directly operate tables without complex logic. This allows manager achive higher flexibility to support more customized senarios (such as socket sink, one service but with different protocal. ### Task list - [ ] #6042 - [ ] #6086 - [ ] #6101 - [ ] #6103 - [ ] #6104 ### InLong Component InLong Manager ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
