Apache9 commented on PR #5785:
URL: https://github.com/apache/hbase/pull/5785#issuecomment-2060300256

   Mind taking a look at HBASE-28521? In general, we want to avoid leaking the 
internal zookeeper, so for replication, we want to use the standard connection 
registry API to connect to peer cluster, for compatibilitu, we will use 
ZKConnectionRegistry by default.
   
   But here after this change, we force hbase replication endpoint to must use 
zookeeper, which is not very good. I suppose we should find another way to 
customize the ZKWatcher creation. IIRC @anmolnar has done something related to 
this area, i.e, how to set zookeeper configurations in hbase configuration, 
with a special prefix?
   
   Thanks.


-- 
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-unsubscr...@hbase.apache.org

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

Reply via email to