npofsi commented on issue #17290: URL: https://github.com/apache/dolphinscheduler/issues/17290#issuecomment-3015414203
Good evening. After a few days of communication, I had involved in the development of this feature, and will use this issue as a progress tracking. The progress on the new task plugin will be marked on this issue. The content will also be updated while development. ### Design Detail Plugin is designed to use Protobuf Descriptor function constructing the assigned rpc call at the backend. ### Feature - [ ] Basic feature for linear typed rpc - [ ] Timeout and retry - [ ] Exception handling and context binding - [ ] UI for gRPC entry point and parameters - [ ] JSON mapping for Protobuf Descriptor - [ ] Complicated typed rpc calling - [ ] SSL/TLS and certificates support ### Doc - [ ] Chinese documentation for the plugin - [ ] English documentation for the plugin ### Compatibility, Deprecation, and Migration Plan The design uses the LOD principle to maximium the compatibility. ### Test Plan ##### Unit Tests - [ ] Blank rpc calling making - [ ] JSON to Protobuf Descriptor mapping test - [ ] Corner cases - [ ] Typed rpc options (package name, language package name, service endpoint...etc) ##### Integration Tests - [ ] Simple rpc calling making - [ ] Linear typed rpc calling - [ ] Complicate typed rpc calling - [ ] Work flow and context binding test - [ ] UI test - [ ] Exception handling test - [ ] Timeout test - [ ] Security supporting test ### Code of Conduct 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]
