You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/12/16 19:36:16 UTC

[GitHub] [hbase] ndimiduk commented on pull request #3957: HBASE-26542 Apply a `package` to test protobuf files (addendum)

ndimiduk commented on pull request #3957:
URL: https://github.com/apache/hbase/pull/3957#issuecomment-996120131


   > Your recommended solution in [HBASE-26589](https://issues.apache.org/jira/browse/HBASE-26589) makes sense.
   
   Maybe there's an argument to be made in favor of sending smallest messages possible? Perhaps the service should accept the `name` so long as it is unambiguous amongst the registered services. I don't think it likely that we'd host multiple services from different packages. RpcServer startup should probably make some assertions about the services it is hosting, that their unqualified names are unambiguous. As of now, it looks like we have a first-registered-wins scenario.


-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org