v.23.5Improvement

Implement SYSTEM DROP REPLICA from Auxiliary ZooKeeper Clusters

Implement SYSTEM DROP REPLICA from auxiliary ZooKeeper clusters, may be close #48931. #48932 (wangxiaobo).
Implemented the SYSTEM DROP REPLICA command for auxiliary ZooKeeper clusters in ClickHouse.

Why it matters

This feature allows users to manage replicas in auxiliary ZooKeeper clusters by enabling the drop replica operation. It solves the problem of replica cleanup and management when using auxiliary ZooKeeper clusters, improving cluster maintenance and consistency.

How to use it

Use the SYSTEM DROP REPLICA command specifying the target replica to remove it from an auxiliary ZooKeeper cluster. This extends the existing system command functionality to auxiliary clusters for easier replica administration.