-
Notifications
You must be signed in to change notification settings - Fork 823
Closed
Description
利用边缘服务edge做网关与其他服务交互时。链接不通,异常信息是在RestClientInvocation.java的
clientRequest.exceptionHandler(e -> {
invocation.getTraceIdLogger().error(LOGGER, "Failed to send request, local:{}, remote:{}.",
getLocalAddress(), ipPort.getSocketAddress(), e);
throwableHandler.handle(e);
});
里面捕获了吗?有没有什么办法可以拿到这个异常信息
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels