[GitHub] [incubator-brpc] ljcui commented on issue #2068: stream rpc java

2023-01-04 Thread GitBox
ljcui commented on issue #2068: URL: https://github.com/apache/incubator-brpc/issues/2068#issuecomment-1371824785 场景是客户端是java,服务端是brpc。客户端先给服务端发送一个request,服务端收到request后,给客户端发送响应数据,只不过这个数据很大,服务端需要持续不断地发送,客户端侧持续不断的接收。有什么好的方法吗 -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-brpc] ljcui commented on issue #2068: stream rpc java

2023-01-04 Thread GitBox
ljcui commented on issue #2068: URL: https://github.com/apache/incubator-brpc/issues/2068#issuecomment-1371748915 https://github.com/apache/incubator-brpc/tree/master/example/streaming_echo_c++ 这个有java 版本的例子吗 -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-brpc] ljcui opened a new issue, #2068: stream rpc java

2023-01-04 Thread GitBox
ljcui opened a new issue, #2068: URL: https://github.com/apache/incubator-brpc/issues/2068 brpc的java sdk 是哪个?另外 java sdk 支持 stream rpc的使用方式吗? -- 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

[GitHub] [incubator-brpc] serverglen closed issue #2054: Pb2JsonOptions的注释与实际相反

2023-01-04 Thread GitBox
serverglen closed issue #2054: Pb2JsonOptions的注释与实际相反 URL: https://github.com/apache/incubator-brpc/issues/2054 -- 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,

[GitHub] [incubator-brpc] wwbmmm merged pull request #2027: add timeout concurrency limiter

2023-01-04 Thread GitBox
wwbmmm merged PR #2027: URL: https://github.com/apache/incubator-brpc/pull/2027 -- 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:

[incubator-brpc] branch master updated: add timeout concurrency limiter (#2027)

2023-01-04 Thread wwbmmm
This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git The following commit(s) were added to refs/heads/master by this push: new 5283d0d9 add timeout concurrency

[GitHub] [incubator-brpc] serverglen commented on pull request #2027: add timeout concurrency limiter

2023-01-04 Thread GitBox
serverglen commented on PR #2027: URL: https://github.com/apache/incubator-brpc/pull/2027#issuecomment-1371721339 LGTM -- 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

[GitHub] [incubator-brpc] serverglen commented on issue #2067: client stub.Func(controller, req, rsp, done) 参数的controller为空时,行为是什么呢?

2023-01-04 Thread GitBox
serverglen commented on issue #2067: URL: https://github.com/apache/incubator-brpc/issues/2067#issuecomment-1371654774 controller为空指针的话,会直接core掉 -- 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

[GitHub] [incubator-brpc] Aaaaaaron commented on pull request #1947: split large data when using brpc streaming

2023-01-04 Thread GitBox
Aaron commented on PR #1947: URL: https://github.com/apache/incubator-brpc/pull/1947#issuecomment-1370983961 @wwbmmm 好的 谢谢 不好意思最近比较忙 -- 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

[GitHub] [incubator-brpc] ravenxrz opened a new issue, #2067: client stub.Func(controller, req, rsp, done) 参数的controller为空时,行为是什么呢?

2023-01-04 Thread GitBox
ravenxrz opened a new issue, #2067: URL: https://github.com/apache/incubator-brpc/issues/2067 如题,看代码时,发现了这样的代码,不太理解。 -- 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