tsuna / gohbase

Pure-Go HBase client
Apache License 2.0
736 stars 213 forks source link

hrpc, region: Allow setting priority on Scan and Get requests #267

Closed aaronbee closed 2 months ago

aaronbee commented 2 months ago

Provide an option for setting the priority on a Scan or Get request. The priority is set on the RequestHeader, so must be set by the region code when serializing the request.