wForget opened a new issue #1063: URL: https://github.com/apache/incubator-linkis/issues/1063
**Is your feature request related to a problem? Please describe.** Support an engine operator. The client executes the engine operators to perform specific operations on the engine server and return results. **Describe the solution you'd like** `linkis-computation-client` module + Define OperatorAction + Linkismanagerclient add executeOperate method to send OperatorAction to LinkisManager `linkis-application-manager` module + Implement the DefaultEngineOperatorService in the LinkisManager to receive the operator request and execute it through the EngineNodeManager. + Add the executeOperation method in the EngineNodeManager to execute the EngineOperateRequest through the EngineNodPointer + The EngineNodPointer adds the executeOperation method to send the request to EngineConn `accessible-executor` module + Implement the OperatorService class to receive EngineOperateRequest + Define the Operator interface, which can be implemented in the EngineConn plugins -- 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: dev-unsubscr...@linkis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For additional commands, e-mail: dev-h...@linkis.apache.org