mjwtom commented on issue #3046: URL: https://github.com/apache/brpc/issues/3046#issuecomment-3149062353
用户用的rpc可能是N个,每一个都实现,就等于是rpc实现了。如果影响性能,那元数据和都影响,如果选择只实现元数据,只是因为性能问题?更好的性能应该是元数据也可以让用户选择哪个接口用?这里是担心很多跳的问题?如果都用rpc实现的话,那每一跳都重新算,我觉得没问题。如果不想重新计算,可以放到controller里? -- 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]
