GiganticRay commented on issue #2582: URL: https://github.com/apache/brpc/issues/2582#issuecomment-3424581798
> > > 客户端默认都是0,多个tag,是服务端的配置。可以参考https://github.com/apache/brpc/blob/master/docs/cn/bthread_tagged_task_group.md 这个文档 > > > > > > 这个文档中好像没有写清楚如何设置 tag 中的 worker 数量 > > 文档已更新,需要先设置好FLAGS_bthread_current_tag,然后再设置FLAGS_bthread_concurrency_by_tag 。也可以调用bthread_setconcurrency_by_tag。 hi~ 看了文档描述,貌似只能设置一个 tag 的 concurrency? 假设我有 4 个 tag,每个 tag 都需要设置不同的 concurrency 请问应该怎样实现呢 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
