Skip to content

边缘服务和业务服务交互 #2145

@liuguangrong

Description

@liuguangrong

利用边缘服务edge做网关与其他服务交互时。链接不通,异常信息是在RestClientInvocation.java的
clientRequest.exceptionHandler(e -> {
invocation.getTraceIdLogger().error(LOGGER, "Failed to send request, local:{}, remote:{}.",
getLocalAddress(), ipPort.getSocketAddress(), e);
throwableHandler.handle(e);
});
里面捕获了吗?有没有什么办法可以拿到这个异常信息

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions