Community Over Code Asia 2024 Travel Assistance Applications now open!

2024-02-20 Thread Gavin McDonald
Hello to all users, contributors and Committers! The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for Community over Code Asia 2024 are now open! We will be supporting Community over Code Asia, Hangzhou, China July 26th - 28th, 2024. TAC exists to

Re: [PR] bthread task group add tag (brpc)

2024-02-20 Thread via GitHub
ketor commented on PR #2358: URL: https://github.com/apache/brpc/pull/2358#issuecomment-1954409081 > 技术上是能实现的,但是做起来也有些复杂,同步的代码确实更好一些,否则execq里面就得调用callback了吧? 确实还是有同步代码的需求。有些场景如果用callback,就会使callback里的逻辑很重,虽然技术上是可以的,但是代码看起来就很难看了。 -- This is an automated message from the Apache Gi

Re: [I] Could brpc support boringssl when using BAZEL build ? (brpc)

2024-02-20 Thread via GitHub
Superskyyy commented on issue #1255: URL: https://github.com/apache/brpc/issues/1255#issuecomment-1955121870 Should be closed -- 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.

Re: [I] Could brpc support boringssl when using BAZEL build ? (brpc)

2024-02-20 Thread via GitHub
chenBright closed issue #1255: Could brpc support boringssl when using BAZEL build ? URL: https://github.com/apache/brpc/issues/1255 -- 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 comm

Re: [I] flatmap基于什么考虑不支持在构造函数中初始化呢 (brpc)

2024-02-20 Thread via GitHub
chenBright closed issue #2534: flatmap基于什么考虑不支持在构造函数中初始化呢 URL: https://github.com/apache/brpc/issues/2534 -- 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

Re: [PR] bthread task group add tag (brpc)

2024-02-20 Thread via GitHub
yanglimingcn commented on PR #2358: URL: https://github.com/apache/brpc/pull/2358#issuecomment-1956004161 > > 技术上是能实现的,但是做起来也有些复杂,同步的代码确实更好一些,否则execq里面就得调用callback了吧? > > 确实还是有同步代码的需求。有些场景如果用callback,就会使callback里的逻辑很重,虽然技术上是可以的,但是代码看起来就很难看了。 ok,这块后续可以支持。 -- This is an automat