bookkeeper-visual-manager icon indicating copy to clipboard operation
bookkeeper-visual-manager copied to clipboard

A visual interface for Apache BookKeeper

Results 21 bookkeeper-visual-manager issues
Sort by recently updated
recently updated
newest added

Implement the 'history' mode for the [router](https://router.vuejs.org/guide/essentials/history-mode.html) in order to remove the # from the path of the URL

enhancement

It looks like "standalone" service is not able to start in Windows (using Git Bash) `export JAVA_HOME=/c/somejavawithoutspaces` `bin/service server console` Result: > Starting service... > Error: Could not find or...

bug

In Apache Pulsar Manager we want to leverage the index that BKVM keeps over BookKeeper metadata. We should introduce a public API to: - search for ledgers - get ledgers...

enhancement

In order to integrate the web application with existing products we need to enable the host application to use its own authentication mechanism even for BKVM. Proposals: 1) implement some...

enhancement

Right now we are only able to search for the content of ledger additional metadata (such as the "component"). In some cases the content of the metadata can be very...

enhancement

Add a way to filter for Ledger size. Like the Age filter (see https://github.com/diennea/bookkeeper-visual-manager/issues/65) we need to support "less than", "equal than", "more than" and a "range" search. The default...

enhancement

The age filter inside the Ledgers page seems to work erratically The only way that it works correctly is if i put a simple number and it search the ledger...

enhancement

Add a button to export all the ledger metadata (default and custom) filtered by the search in the page to a delimited text file to enable search and processing outside...

enhancement

Under the Ledgers page it could be useful to have different background color for the Ledger"boxes" based on the ledger replication status For example: Blue for OK number of replicas...

enhancement

Under each Ledger we can see the EnsebleSize, WriteQuorumSize and AckQuorumSize config used to create the ledger, but we cannot see the CURRENT status of the ledger. If a Ledger...

enhancement