Skip to content

Commit

Permalink
Correct uploadBuiltinSinskSources in the functions_worker.yml (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzming authored Feb 8, 2022
1 parent b91d0c4 commit 8368961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/functions_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ functionRuntimeFactoryConfigs:
#### Kubernetes Runtime ####
# Pulsar function are deployed to Kubernetes

# Upload the builtin sources/sinks to BookKeeper.
# True by default.
# uploadBuiltinSinksSources: true
#functionRuntimeFactoryClassName: org.apache.pulsar.functions.runtime.kubernetes.KubernetesRuntimeFactory
#functionRuntimeFactoryConfigs:
# # uri to kubernetes cluster, leave it to empty and it will use the kubernetes settings in function worker
Expand Down Expand Up @@ -219,9 +222,6 @@ functionRuntimeFactoryConfigs:
# narExtractionDirectory:
# # The classpath where function instance files stored
# functionInstanceClassPath:
# # Upload the builtin sources/sinks to BookKeeper.
# # True by default.
# uploadBuiltinSinksSources: true
# # the directory for dropping extra function dependencies
# # if it is not an absolute path, it is relative to `pulsarRootDir`
# extraFunctionDependenciesDir:
Expand Down

0 comments on commit 8368961

Please sign in to comment.