Skip to content

brpc是否会支持grpc协议在TCP连接建立后的握手环节 #2960

@alimagic

Description

@alimagic

Is your feature request related to a problem?
brpc通过grpc协议调用dubbo服务,因为首个包体比较大且和setting一起发,导致dubbo侧没法及时更新窗口大小而抛异常,进而把流连接也关闭了,和后面这几个issue是类似的,只是这几个issue提供的解决方案在我们这个场景行不通,需要改netty源码才行。这个问题的本质还是brpc实现的grpc协议没有标准grpc协议的握手环节,有些设置没更新就发数据包体。想请教一下咱们是否会支持下grpc协议在TCP连接建立后的握手环节呐
Describe the solution you'd like

Describe alternatives you've considered

Additional context/screenshots

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionopen problems and feature requests

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions