We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36069bc commit c300c94Copy full SHA for c300c94
src/main/resources/bkvm.conf
@@ -19,6 +19,10 @@ bkvm.enabled=false
19
# Default value zk+null://127.0.0.1:2181/ledgers works for Pulsar Standalone
20
metadataServiceUri=zk+null://127.0.0.1:2181/ledgers
21
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
+
26
# HerdDB database connection, not to be changed if you are running embedded HerdDB in Pulsar Manager
27
# If you are using PostGRE SQL you will have to change this configuration
28
# We want to use the HerdDB database started by PulsarManager itself, by default BKVM wants to start its one database
0 commit comments