When creating an interceptor, some host classes may not be found. #1390
Labels
area/framework
Issues or PRs releated to sermant core service
kind/enhancement
Issues or PRs releated to sermant enhancement
Milestone
What would you like to be enhanced?
When instantiating an interceptor, if you need to load the class of the host microservice when the interceptor is instantiated, the class will not be found. You need to wrap it around when creating the interceptor and set the local class loader to load the host class. device
Why is this needed?
Avoid the problem that the class of the host service cannot be found when the interceptor is instantiated.
The text was updated successfully, but these errors were encountered: