Reading about coprocessors on: https://blogs.apache.org/hbase/entry/coprocessor_introduction
As described it is possible to define master observers to interact with DDL operations on HMaster. Is it also possible to define rpc endpoints for the master (point-to-point rpc to master, outside of table region context)? Thanks!
