This is an automated email from the ASF dual-hosted git repository.
bdoyle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 9d96c6ded remove zookeeper config requirement (#5375)
9d96c6ded is described below
commit 9d96c6ded0bcc46076a8be2800fc061d08eb3704
Author: Brendan Doyle <[email protected]>
AuthorDate: Tue Jan 31 21:25:01 2023 -0800
remove zookeeper config requirement (#5375)
Co-authored-by: Brendan Doyle <[email protected]>
---
.../src/main/scala/org/apache/openwhisk/core/invoker/Invoker.scala | 1 -
.../src/main/scala/org/apache/openwhisk/core/scheduler/Scheduler.scala | 1 -
2 files changed, 2 deletions(-)
diff --git
a/core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/Invoker.scala
b/core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/Invoker.scala
index 8319c511b..22171fddc 100644
---
a/core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/Invoker.scala
+++
b/core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/Invoker.scala
@@ -91,7 +91,6 @@ object Invoker {
Map(servicePort -> 8080.toString) ++
ExecManifest.requiredProperties ++
kafkaHosts ++
- zookeeperHosts ++
wskApiHost
def initKamon(instance: Int): Unit = {
diff --git
a/core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/Scheduler.scala
b/core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/Scheduler.scala
index f260feb4f..392cbf2f8 100644
---
a/core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/Scheduler.scala
+++
b/core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/Scheduler.scala
@@ -275,7 +275,6 @@ object Scheduler {
schedulerRpcPort -> null,
WhiskConfig.actionInvokeConcurrentLimit -> null) ++
kafkaHosts ++
- zookeeperHosts ++
ExecManifest.requiredProperties
def initKamon(instance: SchedulerInstanceId): Unit = {