apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.96k stars 310 forks source link

refactor(FQDN): resolve host:port to ip:port if -r parameter is specified #1954

Closed acelyc111 closed 2 months ago

acelyc111 commented 3 months ago

Now the shell CLI tools output host:port by default, if -r or --resolve_ip is specified, output ip:port instead.

Smityz commented 2 months ago

rest LGTM