Skip to content

Commit

Permalink
add county specific kafka consumer group id
Browse files Browse the repository at this point in the history
  • Loading branch information
berntjoh committed Nov 28, 2023
1 parent a54e4e6 commit 6cc3ea7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kustomize/base/flais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ spec:
permission: read
- topic: 'fintlabs-no.kontroll.*'
permission: admin
env:
- name: spring.kafka.consumer.group-id
value: 'fint-kontroll-resource-factory'
3 changes: 3 additions & 0 deletions kustomize/overlays/api/afk-no/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ patches:
- op: replace
path: "/spec/kafka/acls/1/topic"
value: "afk-no.kontroll.*"
- op: replace
path: "/spec/env/0/value"
value: "afk-no-fint-kontroll-resource-factory"
target:
kind: Application
name: fint-kontroll-resource-factory
Expand Down
3 changes: 3 additions & 0 deletions kustomize/overlays/api/bfk-no/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ patches:
- op: replace
path: "/spec/kafka/acls/1/topic"
value: "bfk-no.kontroll.*"
- op: replace
path: "/spec/env/0/value"
value: "bfk-no-fint-kontroll-resource-factory"
target:
kind: Application
name: fint-kontroll-resource-factory
Expand Down

0 comments on commit 6cc3ea7

Please sign in to comment.