I am developing a distributed schedule system based on dubbo services. In order to invoke the remote dubbo service, i must have all the service definition on the schedule system.
Is it possible to invoke a remote service without the service definition(.class file)?
https://github.com/elasticjob/elastic-job this can help you. RPC call is unnecessary to finish your requirement in a dubbo distributed system
A good schedule system should be ceterless.
I am developing a distributed schedule system based on dubbo services. In order to invoke the remote dubbo service, i must have all the service definition on the schedule system. Is it possible to invoke a remote service without the service definition(.class file)?