Skip to content

Commit

Permalink
Fix/kafkaids (#122)
Browse files Browse the repository at this point in the history
* cep and notification handler working with mongodb without authentication

* changed kafka group & client ids and version
  • Loading branch information
vgenev authored and Sam committed Dec 11, 2018
1 parent 1153047 commit 4c94723
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion central/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Central Helm chart for Kubernetes
name: central
version: 4.1.1
version: 4.2.0
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions central/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ dependencies:
repository: "file://../centralsettlement"
condition: centralsettlement.enabled
- name: centraleventprocessor
version: 4.1.1
version: 4.2.0
repository: "file://../centraleventprocessor"
condition: centraleventprocessor.enabled
- name: emailnotifier
version: 4.1.1
version: 4.2.0
repository: "file://../emailnotifier"
condition: emailnotifier.enabled
10 changes: 5 additions & 5 deletions central/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6006,7 +6006,7 @@ emailnotifier:
replicaCount: 1
image:
repository: mojaloop/email-notifier
tag: v4.1.1
tag: v4.2.0
pullPolicy: Always
init:
enabled: true
Expand Down Expand Up @@ -6080,8 +6080,8 @@ emailnotifier:
"consumeTimeout": 1000
},
"rdkafkaConf": {
"client.id": "cep-con-notification-event",
"group.id": "email-notifier",
"client.id": "emailnotif-con-notification-event",
"group.id": "email-notifier-kafka",
"metadata.broker.list": "$kafka_host:$kafka_port",
"socket.blocking.max.ms": 1,
"fetch.wait.max.ms": 1,
Expand Down Expand Up @@ -6204,7 +6204,7 @@ centraleventprocessor:
replicaCount: 1
image:
repository: mojaloop/central-event-processor
tag: v4.1.1
tag: v4.2.0
pullPolicy: Always

init:
Expand Down Expand Up @@ -6366,7 +6366,7 @@ centraleventprocessor:
},
"rdkafkaConf": {
"client.id": "cep-con-notification-event",
"group.id": "cep",
"group.id": "central-event-processor-kafka",
"metadata.broker.list": "$kafka_host:$kafka_port",
"socket.blocking.max.ms": 1,
"fetch.wait.max.ms": 1,
Expand Down
2 changes: 1 addition & 1 deletion centraleventprocessor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Central Event Processor for Mojaloop
name: centraleventprocessor
version: 4.1.1
version: 4.2.0
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions centraleventprocessor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ global:
replicaCount: 1
image:
repository: mojaloop/central-event-processor
tag: v4.1.1
tag: v4.2.0
pullPolicy: Always

init:
Expand Down Expand Up @@ -184,7 +184,7 @@ config:
},
"rdkafkaConf": {
"client.id": "cep-con-notification-event",
"group.id": "cep",
"group.id": "central-event-processor-kafka",
"metadata.broker.list": "$kafka_host:$kafka_port",
"socket.blocking.max.ms": 1,
"fetch.wait.max.ms": 1,
Expand Down
2 changes: 1 addition & 1 deletion emailnotifier/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Email Notifier For Mojaloop
name: emailnotifier
version: 4.1.1
version: 4.2.0
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
6 changes: 3 additions & 3 deletions emailnotifier/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ global:
replicaCount: 1
image:
repository: mojaloop/email-notifier
tag: v4.1.1
tag: v4.2.0
pullPolicy: Always

init:
Expand Down Expand Up @@ -162,8 +162,8 @@ config:
"consumeTimeout": 1000
},
"rdkafkaConf": {
"client.id": "cep-con-notification-event",
"group.id": "email-notifier",
"client.id": "emailnotif-con-notification-event",
"group.id": "email-notifier-kafka",
"metadata.broker.list": "$kafka_host:$kafka_port",
"socket.blocking.max.ms": 1,
"fetch.wait.max.ms": 1,
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Mojaloop Helm chart for Kubernetes
name: mojaloop
version: 4.1.1
version: 4.2.0
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# requirements.yaml
dependencies:
- name: central
version: 4.1.1
version: 4.2.0
repository: "file://../central"
condition: central.enabled
- name: interop-switch
Expand Down
10 changes: 5 additions & 5 deletions mojaloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6005,7 +6005,7 @@ central:
replicaCount: 1
image:
repository: mojaloop/email-notifier
tag: v4.1.1
tag: v4.2.0
pullPolicy: Always
init:
enabled: true
Expand Down Expand Up @@ -6079,8 +6079,8 @@ central:
"consumeTimeout": 1000
},
"rdkafkaConf": {
"client.id": "cep-con-notification-event",
"group.id": "email-notifier",
"client.id": "emailnotif-con-notification-event",
"group.id": "email-notifier-kafka",
"metadata.broker.list": "$kafka_host:$kafka_port",
"socket.blocking.max.ms": 1,
"fetch.wait.max.ms": 1,
Expand Down Expand Up @@ -6193,7 +6193,7 @@ central:
replicaCount: 1
image:
repository: mojaloop/central-event-processor
tag: v4.1.1
tag: v4.2.0
pullPolicy: Always
init:
enabled: true
Expand Down Expand Up @@ -6355,7 +6355,7 @@ central:
},
"rdkafkaConf": {
"client.id": "cep-con-notification-event",
"group.id": "cep",
"group.id": "central-event-processor-kafka",
"metadata.broker.list": "$kafka_host:$kafka_port",
"socket.blocking.max.ms": 1,
"fetch.wait.max.ms": 1,
Expand Down

0 comments on commit 4c94723

Please sign in to comment.