chenBright commented on PR #2625: URL: https://github.com/apache/brpc/pull/2625#issuecomment-2098344738
https://github.com/apache/brpc/blob/7a8df4640f6d222ebfed947689ba38004c8552d1/src/brpc/reloadable_flags.h#L27-L29 从注释能看出,BRPC_VALIDATE_GFLAG的设计的初衷就是期望只在全局作用域调的。 如果需要在程序起来后起作用的话,自己调GFLAGS_NS::RegisterFlagValidator来注册回调函数就行了吧。 -- 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: dev-unsubscr...@brpc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org