elkozmon / zoonavigator

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

Binary file in Zoonavigator #87

Closed artempostnikov1 closed 11 months ago

artempostnikov1 commented 11 months ago
image

When I open file in zoonavigator, I see this. Are there any opportunities to change encoding or something like that?

elkozmon commented 11 months ago

Hi! Sure, just click the mode button and pick base64 encoding ;)

artempostnikov1 commented 11 months ago

It's not the case I guess

image image
elkozmon commented 11 months ago

The editor should be showing the base64 encoded contents of the binary file, is that not the case? It also allows you to update the file with modified base64 string.

artempostnikov1 commented 11 months ago

It's serialised python string, could I use my own codec in zoo navigator?

elkozmon commented 11 months ago

No, sorry, that's not possible.

However you can still use the base64 mode like this:

artempostnikov1 commented 11 months ago

Thank you so much)

elkozmon commented 11 months ago

You're welcome!