feng-y commented on PR #3309: URL: https://github.com/apache/brpc/pull/3309#issuecomment-4570267982
Thanks. Just to confirm: with the Controller::_flags approach, set_after_rpc_resp_fn() itself becomes the opt-in signal, right?\n\nThat means we do not need an extra gflag to enable this behavior. Any RPC that registers after_rpc_resp_fn will have ConcurrencyRemover cover CallAfterRpcResp, while RPCs without the callback keep the old behavior. -- 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]
