ndimiduk commented on code in PR #5744: URL: https://github.com/apache/hbase/pull/5744#discussion_r1514203442
########## src/main/asciidoc/_chapters/architecture.adoc: ########## @@ -261,8 +261,10 @@ For region name, we only accept `byte[]` as the parameter type and it may be a f Information on non-Java clients and custom protocols is covered in <<external_apis>> [[client.masterregistry]] - === Master Registry (new as of 2.3.0) +Starting from 2.5.0, MasterRegistry is deprecated. RpcConnectionRegistry is the alternate. Please Review Comment: I think that the language can be a little stronger regarding the capabilities of RpcConnectionRegistry. > Starting from 2.5.0, MasterRegistry is deprecated. It's functionality is completely superseded by the RpcConnectionRegistry. Please see ... -- 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]
