Skip to content

tri协议下限流组件方法匹配问题 #82

@hq112415

Description

@hq112415

Image

如图,使用tri协议时,invocation的attachments中dubbo自己没有设置interface,导致
serviceInfo.getDubboInterface()获取到的interfaceName为methodName,限流里面设置的接口名称就无法匹配了

` public String getDubboInterface() {
if (StringUtils.isNotBlank(interfaceName)) {
return interfaceName;
}
return methodName;
}

`
dubbo协议是正常,

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