Skip to content

Commit

Permalink
[docs] Add initializedDlogMetadata config to functions-worker (apache…
Browse files Browse the repository at this point in the history
…#9185)

Signed-off-by: Zixuan Liu <[email protected]>

### Modifications

- Add how to configure `initializedDlogMetadata` in function-worker document

### Documentation

- Does this pull request introduce a new feature? no
  • Loading branch information
nodece authored Jan 13, 2021
1 parent 1aa7c9b commit 2ebceb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site2/docs/functions-worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Pay attention to the following required settings when configuring functions-work

- `numFunctionPackageReplicas`: The number of replicas to store function packages. The default value is `1`, which is good for standalone deployment. For production deployment, to ensure high availability, set it to be larger than `2`.
- `pulsarFunctionsCluster`: Set the value to your Pulsar cluster name (same as the `clusterName` setting in the broker configuration).
- `initializedDlogMetadata`: Whether to initialize distributed log metadata in runtime. If it is set to `true`, you must ensure that it has been initialized by `bin/pulsarinitialize-cluster-metadata` command.

If authentication is enabled on the BookKeeper cluster, configure the following BookKeeper authentication settings.

Expand Down

0 comments on commit 2ebceb8

Please sign in to comment.