client-cpp icon indicating copy to clipboard operation
client-cpp copied to clipboard

add config to solve by custom dns server

Open Smityz opened this issue 2 years ago • 0 comments

solve: https://github.com/tikv/client-go/issues/829

I have provided a tool for client-cpp that allows for the customization of DNS server addresses. This way, by only exposing the coreDNS address of the k8s cluster, it is possible to achieve client access to tikv across k8s clusters.

This PR depends on https://github.com/tikv/client-rust/pull/414

Smityz avatar Aug 11 '23 10:08 Smityz