Re: [PR] Remove implementation specific function name of EventDispatcher (brpc)

2024-01-31 Thread via GitHub
Divyansh200102 commented on PR #2462: URL: https://github.com/apache/brpc/pull/2462#issuecomment-1918756823 如果您觉得不错,请合并拉取请求@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 specific co

Re: [PR] Remove implementation specific function name of EventDispatcher (brpc)

2024-01-31 Thread via GitHub
Divyansh200102 commented on PR #2462: URL: https://github.com/apache/brpc/pull/2462#issuecomment-1918756860 如果您觉得不错,请合并拉取请求@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

(brpc) branch master updated (a59056e4 -> 09b96002)

2024-01-31 Thread wwbmmm
This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git from a59056e4 Fix MPSCQueue UT (#2523) add 09b96002 Fix Content-Length and Transfer-Encoding problem (#2518) No new rev

(brpc) branch master updated (df69b95c -> a59056e4)

2024-01-31 Thread wwbmmm
This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git from df69b95c Support memory builtin service (#2505) add a59056e4 Fix MPSCQueue UT (#2523) No new revisions were added

(brpc) branch master updated (09b96002 -> f60af19c)

2024-01-31 Thread wwbmmm
This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git from 09b96002 Fix Content-Length and Transfer-Encoding problem (#2518) add f60af19c Fix bthread_usleep return unexpected

(brpc) branch release-1.8 created (now f60af19c)

2024-01-31 Thread wwbmmm
This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a change to branch release-1.8 in repository https://gitbox.apache.org/repos/asf/brpc.git at f60af19c Fix bthread_usleep return unexpected ESTOP (#2511) No new revisions were added by this update.

(brpc) branch release-1.8 updated (f60af19c -> 9ae0eb1f)

2024-01-31 Thread wwbmmm
This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a change to branch release-1.8 in repository https://gitbox.apache.org/repos/asf/brpc.git from f60af19c Fix bthread_usleep return unexpected ESTOP (#2511) add 9ae0eb1f Update version to 1.7.0 (#2530) No n

(brpc) branch release-1.8 updated (9ae0eb1f -> df31bf51)

2024-01-31 Thread wwbmmm
This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a change to branch release-1.8 in repository https://gitbox.apache.org/repos/asf/brpc.git from 9ae0eb1f Update version to 1.7.0 (#2530) add df31bf51 Release 1.8.0 No new revisions were added by this updat

(brpc) annotated tag 1.8.0 updated (df31bf51 -> d59c9b1e)

2024-01-31 Thread wwbmmm
This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a change to annotated tag 1.8.0 in repository https://gitbox.apache.org/repos/asf/brpc.git *** WARNING: tag 1.8.0 was modified! *** from df31bf51 (commit) to d59c9b1e (tag) tagging df31bf51f08ca6afa59ef

Re: [PR] Fix: set connected before send stream data (brpc)

2024-01-31 Thread via GitHub
chenzhangyi commented on code in PR #2525: URL: https://github.com/apache/brpc/pull/2525#discussion_r1472850682 ## src/brpc/policy/baidu_rpc_protocol.cpp: ## @@ -247,6 +247,11 @@ void SendRpcResponse(int64_t correlation_id, // Send rpc response over stream even if server si

Re: [I] stream rpc能否搭配dynamic partition channel使用 (brpc)

2024-01-31 Thread via GitHub
chongg039 commented on issue #2527: URL: https://github.com/apache/brpc/issues/2527#issuecomment-1920592824 ![image](https://github.com/apache/brpc/assets/18239939/495ff7e1-a514-4d10-8bb1-a934a898d516) 看了下普通的channel也支持负载均衡,写了个简单的FO测试,能够通过stream write的返回值判断连接状态。此时重新握手能够切换到另一个server,应该能满足要