dashjay commented on issue #2676:
URL: https://github.com/apache/brpc/issues/2676#issuecomment-2213364819
You can easily use command like this to access BRPC server with http proto
```
dd if=/dev/random of=/tmp/test bs=4M count=1
echo "{\"message\": \"$(cat /tmp/test | base64)\"}" >
GreateCode commented on issue #2674:
URL: https://github.com/apache/brpc/issues/2674#issuecomment-2213518207
加了
--
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 unsubscri
MJY-HUST closed issue #2635: keytable管理问题咨询
URL: https://github.com/apache/brpc/issues/2635
--
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: dev-unsubscr
chenBright commented on issue #2680:
URL: https://github.com/apache/brpc/issues/2680#issuecomment-2213600923
idle机制不能解决这个问题。
可能需要借助tcp_user_timeout(#1154)来断开连接。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
zhaoyulong commented on issue #2674:
URL: https://github.com/apache/brpc/issues/2674#issuecomment-2213631980
> 编译的时候加了-g么?
加了
--
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 c
GreateCode commented on issue #2680:
URL: https://github.com/apache/brpc/issues/2680#issuecomment-2213837811
> tcp_user_timeout
brpc目前还没支持tcp_user_timeout吧。
另外brpc::StreamClose也释放不了,对吧。
--
This is an automated message from the Apache Git Service.
To respond to the message, please
chenBright commented on issue #859:
URL: https://github.com/apache/brpc/issues/859#issuecomment-2216287449
> > 临时解决方式: 设置 bvar_collector_expected_per_second=0
>
> 这个什么原理?
相当于关闭采样,不触发content profiler吧。
--
This is an automated message from the Apache Git Service.
To respond to
chenBright commented on issue #859:
URL: https://github.com/apache/brpc/issues/859#issuecomment-2216297439
@niukuo @lrita 可以使用#2684 看还有没有问题。
--
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 sp
clee01 opened a new issue, #2686:
URL: https://github.com/apache/brpc/issues/2686
**Describe the bug (描述bug)**
brpc客户端在连接空闲了一段时间后,大约1.5h,再次请求发现会会报这样的错误 `[E1008]Reached
timeout=1ms`,大约再过了15分钟后,问题不再出现。
**To Reproduce (复现方法)**
brpc客户端在连接空闲了一段时间后,大约1.5h,再次请求发现会会报这样的错误 `[E1008]Re
chenBright commented on issue #2680:
URL: https://github.com/apache/brpc/issues/2680#issuecomment-2216710439
> 另外brpc::StreamClose也释放不了,对吧。
可以释放的。
> brpc目前还没支持tcp_user_timeout吧
后续提个PR支持tcp_user_timeout。
--
This is an automated message from the Apache Git Service.
T
10 matches
Mail list logo