Skip to content

Commit 84796b5

Browse files
authored
TFP-4705 slutte å consumere lønnskomp topic (#1812)
1 parent f3961ee commit 84796b5

File tree

13 files changed

+11
-542
lines changed

13 files changed

+11
-542
lines changed

.deploy/dev-fss-teamforeldrepenger.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ spec:
7777
value: https://kafka-test-schema-registry.nais.preprod.local
7878
- name: KAFKA_FATTEVEDTAK_TOPIC
7979
value: privat-familie-vedtakFattet-v1-q1
80-
- name: KAFKA_LONNSKOMPENSASJON_TOPIC
81-
value: privat-permittering-lonnskomp-vedtak
8280
#Eksterne systemer
8381
- name: PDL_BASE_URL
8482
value: http://pdl-api.pdl/graphql

.deploy/prod-fss-teamforeldrepenger.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ spec:
7676
value: http://kafka-schema-registry.tpa:8081
7777
- name: KAFKA_FATTEVEDTAK_TOPIC
7878
value: privat-familie-vedtakFattet-v1
79-
- name: KAFKA_LONNSKOMPENSASJON_TOPIC
80-
value: privat-permittering-lonnskomp-vedtak
8179
# Eksterne systemer
8280
- name: PDL_BASE_URL
8381
value: http://pdl-api.pdl/graphql

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
docker push ${IMAGE_BASE_CR} --all-tags
6969
7070
- name: Lukk gamle issues
71-
uses: actions/github-script@v5
71+
uses: actions/github-script@v6
7272
with:
7373
github-token: ${{ secrets.GITHUB_TOKEN }}
7474
script: |
@@ -91,7 +91,7 @@ jobs:
9191
- name: Opprett deployment issue
9292
id: createdeployissue
9393
if: success()
94-
uses: actions/github-script@v5
94+
uses: actions/github-script@v6
9595
with:
9696
github-token: ${{secrets.GITHUB_TOKEN}}
9797
script: |

.github/workflows/promote.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Henter informasjon fra issuet
1515
id: issue_comment
16-
uses: actions/github-script@v5
16+
uses: actions/github-script@v6
1717
with:
1818
github-token: ${{secrets.GITHUB_TOKEN}}
1919
script: |
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Oppdater kommentar med deployment status ved feil
4646
if: failure()
47-
uses: actions/github-script@v5
47+
uses: actions/github-script@v6
4848
with:
4949
github-token: ${{secrets.GITHUB_TOKEN}}
5050
script: |
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Oppdater kommentar med deployment status
6060
if: success()
61-
uses: actions/github-script@v5
61+
uses: actions/github-script@v6
6262
with:
6363
github-token: ${{secrets.GITHUB_TOKEN}}
6464
script: |

domenetjenester/lonnskomp/src/main/java/no/nav/foreldrepenger/abakus/lonnskomp/kafka/LonnskompConsumer.java

Lines changed: 0 additions & 133 deletions
This file was deleted.

domenetjenester/lonnskomp/src/main/java/no/nav/foreldrepenger/abakus/lonnskomp/kafka/LonnskompHendelseHåndterer.java

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)