You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/10/20 07:59:53 UTC

[GitHub] [dubbo] AlbumenJ opened a new issue, #10773: Support change payload limit for each request

AlbumenJ opened a new issue, #10773:
URL: https://github.com/apache/dubbo/issues/10773

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   
   ## Describe the proposal
   <!-- Please use this for a concrete design proposal for functionality. -->
   <!-- If you just want to request a new feature and discuss the possible business value, create a Feature Request. -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #10773: Support change payload limit for each request

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10773:
URL: https://github.com/apache/dubbo/issues/10773#issuecomment-1289881070

   dubbo 协议目前有 payload 限制的支持,但是只能一次性配置,不能在请求过程中动态修改


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] ningboliu commented on issue #10773: Support change payload limit for each request

Posted by GitBox <gi...@apache.org>.
ningboliu commented on issue #10773:
URL: https://github.com/apache/dubbo/issues/10773#issuecomment-1289903994

   please assign to me


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #10773: Support change payload limit for each request

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10773:
URL: https://github.com/apache/dubbo/issues/10773#issuecomment-1297864604

   > > dubbo 协议目前有 payload 限制的支持,但是只能一次性配置,不能在请求过程中动态修改
   > 
   > @AlbumenJ 可能没明白您说的“在请求过程中动态修改”的意思。如果消费者每次发送请求都能自主地、动态地修改payload限制,那Dubbo岂不是相当于没有了限制payload的功能,毕竟请求发送方可以任意修改突破限制。应该怎么理解?
   
   是的,这个逻辑有点问题。之前思考了下,这个问题的背景是对于不同的接口(方法)需要动态的限制 payload 大小,所以这个问题可以转化为支持配置不同接口(方法)的 payload。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] leopardrota commented on issue #10773: Support change payload limit for each request

Posted by GitBox <gi...@apache.org>.
leopardrota commented on issue #10773:
URL: https://github.com/apache/dubbo/issues/10773#issuecomment-1297000827

   > dubbo 协议目前有 payload 限制的支持,但是只能一次性配置,不能在请求过程中动态修改
   
   可能没明白您说的“在请求过程中动态修改”的意思。如果消费者每次发送请求都能自主地、动态地修改payload限制,那Dubbo岂不是相当于没有了限制payload的功能,毕竟请求发送方可以任意修改突破限制。应该怎么理解?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org