zzphyh
zzphyh
> I don't understand your full configuration. Can you provide it. Where does `return ServerResponse.ok().body(result);` live? I have added a custom handler, the code in spring.factories is: ``` org.springframework.cloud.gateway.server.mvc.handler.HandlerSupplier=\ test.HandlerFunctions.MyHandlerSupplier...
> So, we need to make `doRegister(this.serviceInstance)` happened before `this.serviceInstance = serviceInstance`? I think there are many solutions, such as using a separate variable to determine whether registration was successful,...