GitHub user fcabbage edited a discussion: 我指定protocol.name为dubbo,然后执行gracefuleShutdown触发优雅下线时,为啥消费者会收到14MB的二进制帧数据,导致超出默认的8MB,直接报异常
### Pre-check - [ ] I am sure that all the content I provide is in English. ### Apache Dubbo Component Java SDK (apache/dubbo) ### Details 以下是详细信息: 指定dubbo.protocol.name=dubbo,执行qos的gracefuleShutdown或者直接下线provider时,都会触发优雅下线,此时会先向消费者发送READ_ONLY事件,但是消费者那边报错:Frame length: 14334882 exceeds maximum: 8388608 ### Code of Conduct - [ ] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) GitHub link: https://github.com/apache/dubbo/discussions/15826 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
