diennea / bookkeeper-visual-manager

A visual interface for Apache BookKeeper
https://bkvm.org
Apache License 2.0
62 stars 17 forks source link

Show BookKeeper Stream Storage Tables #109

Open eolivelli opened 3 years ago

eolivelli commented 3 years ago

Pulsar (Functions) Uses BookKeeper Stream Storage in order to store functions state. Currently it is very hard to inspect the content of this subsystem, that is not enabled by default (if you run bin/pulsar standalone you will get a working BK cluster with Stream Storage up and running)

It would be very nice to see in BKVM:

eolivelli commented 3 years ago

relevant commands using BookKeeper Shell: bin/bkctl tables create foo bin/bkctl tables get foo bin/bkctl table put foo key value bin/bkctl table get foo key