aerospike / aerospike-client-rust

Rust client for the Aerospike database
https://www.aerospike.com/
Other
82 stars 26 forks source link

Move peer discovery from "services" to "peers-clear" #122

Open geobeau opened 2 years ago

geobeau commented 2 years ago

This is necessary to implement TLS as the "service" info only report the clear service port. It will be easy to expand the "services_name" to return peers-tls

Required for #8