wwj-go commented on issue #1537: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1537#issuecomment-705293202
hi @Technoboy- ,I'm sorry to reply so late. In the past few days, I have read the code related to this issues, and have done a lot of thinking and trying. Finally, I found that if you want to solve this problem elegantly, it is best to implement your own SPI loading mechanism to replace java The native SPI mechanism, refer to the practice of [dubbo ](https://github.com/apache/dubbo), I have implemented it, and related issue is [here ](https://github.com/apache/shardingsphere-elasticjob/issues/1546), Later I will submit a new code that implements the SPI mechanism. After the reconstruction of the SPI mechanism is completed, I will continue to complete this problem. ---------------------------------------------------------------- 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]
