Skip to content

Commit c300c94

Browse files
eolivelliEnrico Olivelli
andauthored
Activate BKVM metadata reload at boot (#334)
Co-authored-by: Enrico Olivelli <[email protected]>
1 parent 36069bc commit c300c94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/bkvm.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ bkvm.enabled=false
1919
# Default value zk+null://127.0.0.1:2181/ledgers works for Pulsar Standalone
2020
metadataServiceUri=zk+null://127.0.0.1:2181/ledgers
2121

22+
# Refresh BK metadata at boot.
23+
# BK metadata are not scanned automatically in BKVM, you have to request it from the UI
24+
metdata.refreshAtBoot=true
25+
2226
# HerdDB database connection, not to be changed if you are running embedded HerdDB in Pulsar Manager
2327
# If you are using PostGRE SQL you will have to change this configuration
2428
# We want to use the HerdDB database started by PulsarManager itself, by default BKVM wants to start its one database

0 commit comments

Comments
 (0)