[RESULT] [VOTE] Release Apache bRPC 1.6.0

2023-07-31 Thread Guangming Chen
Hi all, The vote to release Apache bRPC 1.6.0 has passed. The vote PASSED with 3 binding +1, 3 non binding +1 and no -1 votes: Binding votes: - Weibing Wang - Lorin Lee - Jiashun Zhu Non-binding votes: - Wang Xiaofeng - Shuai Liu - Guangming Chen Vote thread:

Re: [VOTE] Release Apache bRPC 1.6.0

2023-07-31 Thread Jiashun Zhu
+1 (binding). I have checked: [x] Download links are valid. [x] Checksums and PGP signatures are valid. [x] Source code distributions have correct names matching the current release. [x] LICENSE and NOTICE files are correct for each brpc repo. [x] All files have license headers if necessary. [x]

[I] h2协议无法获取压缩方式 (brpc)

2023-07-31 Thread via GitHub
leaf-potato opened a new issue, #2336: URL: https://github.com/apache/brpc/issues/2336 **Describe the bug (描述bug)** client在使用h2协议访问pb server时,client和server都无法正确获取到压缩类型。 **To Reproduce (复现方法)** 1. example/echo_c++/client.cpp新增代码开启gzip压缩和相关日志: ```c++ ...

Re: [PR] Support pthread mode for ExecutionQueue (brpc)

2023-07-31 Thread via GitHub
chenBright commented on code in PR #2333: URL: https://github.com/apache/brpc/pull/2333#discussion_r1278828435 ## src/bthread/execution_queue.cpp: ## @@ -189,6 +208,28 @@ void* ExecutionQueueBase::_execute_tasks(void* arg) { return NULL; } +void*