You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/12/09 13:21:32 UTC

[GitHub] [incubator-brpc] Hacky-DH opened a new issue #1303: set max_body_size using API

Hacky-DH opened a new issue #1303:
URL: https://github.com/apache/incubator-brpc/issues/1303


   **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)**
   没有
   
   **Describe the solution you'd like (描述你期望的解决方法)**
   可以通过API的方式修改max_body_size,不是通过gflags
   
   **Describe alternatives you've considered (描述你想到的折衷方案)**
   
   
   **Additional context/screenshots (更多上下文/截图)**
   
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] Hacky-DH commented on issue #1303: set max_body_size using API

Posted by GitBox <gi...@apache.org>.
Hacky-DH commented on issue #1303:
URL: https://github.com/apache/incubator-brpc/issues/1303#issuecomment-745784584


   @gydong 好的 多谢 我试试,我们暂时通过设置gflags导出的全局变量设置了,也能实现


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] Hacky-DH closed issue #1303: set max_body_size using API

Posted by GitBox <gi...@apache.org>.
Hacky-DH closed issue #1303:
URL: https://github.com/apache/incubator-brpc/issues/1303


   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] gydong commented on issue #1303: set max_body_size using API

Posted by GitBox <gi...@apache.org>.
gydong commented on issue #1303:
URL: https://github.com/apache/incubator-brpc/issues/1303#issuecomment-742173391


   什么样的业务场景?


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] Hacky-DH commented on issue #1303: set max_body_size using API

Posted by GitBox <gi...@apache.org>.
Hacky-DH commented on issue #1303:
URL: https://github.com/apache/incubator-brpc/issues/1303#issuecomment-743195777


   我们通过python调用了brpc的so  api,有什么设置的办法?


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] gydong edited a comment on issue #1303: set max_body_size using API

Posted by GitBox <gi...@apache.org>.
gydong edited a comment on issue #1303:
URL: https://github.com/apache/incubator-brpc/issues/1303#issuecomment-745708070


   可以试着调用gflags库的这个函数,把你需要的参数设置上:
   ![image](https://user-images.githubusercontent.com/3294444/102297725-bafb4c00-3f8a-11eb-95c0-0a4f732d2259.png)
   
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] gydong commented on issue #1303: set max_body_size using API

Posted by GitBox <gi...@apache.org>.
gydong commented on issue #1303:
URL: https://github.com/apache/incubator-brpc/issues/1303#issuecomment-745708070


   可以试着调用gflags库的这个函数,把你需要的参数设置上:
   ![image](https://user-images.githubusercontent.com/3294444/102293850-dfebc100-3f82-11eb-805f-5598dd21b453.png)
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org