CalvinKirs opened a new issue #4549: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4549
Hi, everyone, because of the change in the architecture, the communication needs to be adjusted. At present, the communication is coupled with the business. Therefore, I modified it. I wrote a mini-RPC, which is sufficient for our business. It is also convenient enough to use, the following is a summary of his use. You can call remote methods like local methods. You can set the number of asynchronous, synchronous, and retries for remote methods. The asynchronous method needs to be set back to the function, which will be triggered when the remote call is completed. Also, it should be noted that the service provider needs to write a separate module, which is mainly used for interface consumers to call and provide related interfaces and parameters. You can see the relevant code design in my warehouse. If you have any different opinions, your feedback is welcome. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
