elkozmon / zoonavigator

Web-based ZooKeeper UI / editor / browser
https://zoonavigator.elkozmon.com
GNU Affero General Public License v3.0
508 stars 73 forks source link

Multiple connection to server #52

Closed Barbo96 closed 4 years ago

Barbo96 commented 4 years ago

How can I specify two server in login phase, in order to change server if one crash without a new login?

I see that there is a dropdown called "Switch zookeeper connection", how can I use it?

In my deply don't work the import after an export, I try also to unzip but does't work.

elkozmon commented 4 years ago

Currently, you can only define multiple ZooKeeper clusters on application startup, not at the login. See https://zoonavigator.elkozmon.com/en/latest/docker/preset-connections.html

Also, can you describe why import does not work? Some error message or something? Thank you.

Barbo96 commented 4 years ago

For the import/export, I'm set in a node and click the button "Export", ZooNavigator download me a file.gz. When I try to import the node exported before ZooNavigator give me the error: "Unsupported content type: application/x-gzip"; If I try to import the unzipped file.gz, zookeeper give me the error: "Unsupported content type: application/octet-stream"

elkozmon commented 4 years ago

Thank you, the error message is helpful. I'll create a new issue for this import/export bug and close this one which was primarily about multiple ZK cluster support.