eab148

Results 3 issues of eab148

[Design Doc](https://docs.google.com/document/d/1-MnFVQZJElIyqoGF1X8DwjSnZbDR61RlADVdXL0ENw8/edit) As of https://github.com/apache/hbase/pull/5326, we have been able to set request attributes on `Table` instances via `TableBuilder::setRequestAttribute`. With request attributes, users can send an attribute once per request, instead...

[Design doc](https://docs.google.com/document/d/1oaNAZUER5zO8yivmzRBVAMmL6r2cYiJn9YCbDe14LMw/edit#heading=h.nch5d72p27ex) HBase provides many configuration options to help administrators tune their tables and clusters for desired performance and reliability. However, it can be difficult for administrators to leverage these...

[Design document](https://docs.google.com/document/d/1h6G55j3B4vKxHliw6Wx9tXezNDhod7dY1EiHkhcKFDI/edit?tab=t.0) [Jira](https://issues.apache.org/jira/browse/HBASE-28484) Currently, replication can only occur if the source and sink clusters both house tables with the same (tableName, family) pairs. This requirement exists so that the sink...