[GitHub] [incubator-brpc] chenzhangyi opened a new pull request #1298: Fix bazel build in macos

2020-11-29 Thread GitBox
chenzhangyi opened a new pull request #1298: URL: https://github.com/apache/incubator-brpc/pull/1298 testing on 11.0-bigsur. This pr also fixes #1260 This is an automated message from the Apache Git Service. To respond to

[incubator-brpc] branch fix_bazel_on_macos updated: Add zlib as an external dependency

2020-11-29 Thread zychen
This is an automated email from the ASF dual-hosted git repository. zychen pushed a commit to branch fix_bazel_on_macos in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git The following commit(s) were added to refs/heads/fix_bazel_on_macos by this push: new ffbf054 Add

[incubator-brpc] 01/01: Fix bazel build in macos

2020-11-29 Thread zychen
This is an automated email from the ASF dual-hosted git repository. zychen pushed a commit to branch fix_bazel_on_macos in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git commit 3feb6d0c2d980f196d6470f232abe2405941b702 Author: Zhangyi Chen AuthorDate: Mon Nov 30 15:26:41 2020

[incubator-brpc] branch fix_bazel_on_macos created (now 3feb6d0)

2020-11-29 Thread zychen
This is an automated email from the ASF dual-hosted git repository. zychen pushed a change to branch fix_bazel_on_macos in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git. at 3feb6d0 Fix bazel build in macos This branch includes the following new commits: new

[GitHub] [incubator-brpc] hohodu commented on issue #1262: stream rpc协议文档有公开吗,不使用brpc的进程如何与其交互呢

2020-11-29 Thread GitBox
hohodu commented on issue #1262: URL: https://github.com/apache/incubator-brpc/issues/1262#issuecomment-735585131 代码中是有的,不过stream相当于brpc内部的数据结构和交互;如果想要自主实现的话,相当于把rpc的交互基本实现一遍; This is an automated message from the Apache Git

[GitHub] [incubator-brpc] lrita commented on a change in pull request #1291: make butil::ScopedVector support std::initializer_list

2020-11-29 Thread GitBox
lrita commented on a change in pull request #1291: URL: https://github.com/apache/incubator-brpc/pull/1291#discussion_r532360766 ## File path: src/butil/memory/scoped_vector.h ## @@ -6,6 +6,9 @@ #define BUTIL_MEMORY_SCOPED_VECTOR_H_ #include +#if __cplusplus >= 201103L

[GitHub] [incubator-brpc] jamesge commented on a change in pull request #1291: make butil::ScopedVector support std::initializer_list

2020-11-29 Thread GitBox
jamesge commented on a change in pull request #1291: URL: https://github.com/apache/incubator-brpc/pull/1291#discussion_r532342540 ## File path: src/butil/memory/scoped_vector.h ## @@ -6,6 +6,9 @@ #define BUTIL_MEMORY_SCOPED_VECTOR_H_ #include +#if __cplusplus >= 201103L

[incubator-brpc] branch master updated (20f2b4a -> 31eba30)

2020-11-29 Thread jamesge
This is an automated email from the ASF dual-hosted git repository. jamesge pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git. from 20f2b4a Support pass down request_id add 31eba30 change travis-ci.org to travis-ci.com No new

[GitHub] [incubator-brpc] lrita commented on pull request #1291: make butil::ScopedVector support std::initializer_list

2020-11-29 Thread GitBox
lrita commented on pull request #1291: URL: https://github.com/apache/incubator-brpc/pull/1291#issuecomment-735499663 Hi @jamesge, would you have time to review this pr. This is an automated message from the Apache Git

[GitHub] [incubator-brpc] zyearn commented on pull request #1293: Fix problem of fetching nodes from discovery naming service

2020-11-29 Thread GitBox
zyearn commented on pull request #1293: URL: https://github.com/apache/incubator-brpc/pull/1293#issuecomment-735462987 不太清楚还有其它的沟通渠道。 最好等等他们回复吧,否则在brpc维护两套代码比较奇怪。 This is an automated message from the Apache Git

[GitHub] [incubator-brpc] heyafei-git commented on issue #1047: brpc 是否没法保证一个连接上的请求顺序处理?有参数可以控制吗?

2020-11-29 Thread GitBox
heyafei-git commented on issue #1047: URL: https://github.com/apache/incubator-brpc/issues/1047#issuecomment-735369829 所以brpc的适用场景大多是无状态的读操作? This is an automated message from the Apache Git Service. To respond to the

[incubator-brpc] branch master updated: Support pass down request_id

2020-11-29 Thread jamesge
This is an automated email from the ASF dual-hosted git repository. jamesge 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 20f2b4a Support pass down request_id