pulsarctl icon indicating copy to clipboard operation
pulsarctl copied to clipboard

Connect to multi hosts

Open k0rnpisey opened this issue 4 years ago • 1 comments

Describe the solution you'd like

Connect to multi hosts via a single client

url := "http://localhost:8080,localhost:8081,localhost:8082";

k0rnpisey avatar Jul 27 '21 15:07 k0rnpisey

Do you want to manage multiple hosts? pulsarctl supports configuring multiple contexts, please checkout the help message by pulsarctl context -h.

nodece avatar Sep 30 '21 07:09 nodece