MJY-HUST commented on issue #3191: URL: https://github.com/apache/brpc/issues/3191#issuecomment-3747409795
> 其实每个tag下的event_dispatch数量是可以不同的,只是现在都是通过FLAGS_event_dispatcher_num这个flags来设置的,为了保持兼容性,所以就不太好修改,目前也没想到提供怎么样API用着更合理,你有什么好的建议吗? 如果仍然还是需要通过 gflags 初始化,不支持动态修改,目前只想到下面两种方式 1. gflag: 字符串 + 解析逻辑 2. gflag:改为每 n 个 worker 初始化一个 dispatch -- 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]
