Skip to content

Commit

Permalink
remove zookeeper config requirement (#5375)
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan Doyle <brendand@qualtrics.com>
  • Loading branch information
bdoyle0182 and Brendan Doyle committed Feb 1, 2023
1 parent 096dba4 commit 9d96c6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ object Invoker {
Map(servicePort -> 8080.toString) ++
ExecManifest.requiredProperties ++
kafkaHosts ++
zookeeperHosts ++
wskApiHost

def initKamon(instance: Int): Unit = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ object Scheduler {
schedulerRpcPort -> null,
WhiskConfig.actionInvokeConcurrentLimit -> null) ++
kafkaHosts ++
zookeeperHosts ++
ExecManifest.requiredProperties

def initKamon(instance: SchedulerInstanceId): Unit = {
Expand Down

0 comments on commit 9d96c6d

Please sign in to comment.