Skip to content

Commit 9d96c6d

Browse files
bdoyle0182Brendan Doyle
andauthored
remove zookeeper config requirement (#5375)
Co-authored-by: Brendan Doyle <[email protected]>
1 parent 096dba4 commit 9d96c6d

File tree

2 files changed

+0
-2
lines changed
  • core
    • invoker/src/main/scala/org/apache/openwhisk/core/invoker
    • scheduler/src/main/scala/org/apache/openwhisk/core/scheduler

2 files changed

+0
-2
lines changed

core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/Invoker.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ object Invoker {
9191
Map(servicePort -> 8080.toString) ++
9292
ExecManifest.requiredProperties ++
9393
kafkaHosts ++
94-
zookeeperHosts ++
9594
wskApiHost
9695

9796
def initKamon(instance: Int): Unit = {

core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/Scheduler.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ object Scheduler {
275275
schedulerRpcPort -> null,
276276
WhiskConfig.actionInvokeConcurrentLimit -> null) ++
277277
kafkaHosts ++
278-
zookeeperHosts ++
279278
ExecManifest.requiredProperties
280279

281280
def initKamon(instance: SchedulerInstanceId): Unit = {

0 commit comments

Comments
 (0)