Skip to content

Commit

Permalink
Slutt å lytte på arbeidsgiver.tiltak-avtale-hendelse-compact-topic so…
Browse files Browse the repository at this point in the history
…m vi ikke har tilgang til lenger. Mye død kode trenger fjernes videre
  • Loading branch information
frodank committed Nov 5, 2024
1 parent 1d82dbd commit f588aee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
value: toi.rapid-1
- name: KAFKA_CONSUMER_GROUP_ID
value: "rekrutteringsbistand-statistikk-api-rapidconsumer-5"
- name: KAFKA_EXTRA_TOPIC
value: arbeidsgiver.tiltak-avtale-hendelse
#- name: KAFKA_EXTRA_TOPIC
# value: arbeidsgiver.tiltak-avtale-hendelse
- name: KAFKA_RESET_POLICY
value: "earliest"
- name: HTTP_PORT
Expand Down
4 changes: 2 additions & 2 deletions nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ spec:
value: toi.rapid-1
- name: KAFKA_CONSUMER_GROUP_ID
value: "rekrutteringsbistand-statistikk-api-rapidconsumer-2"
- name: KAFKA_EXTRA_TOPIC
value: arbeidsgiver.tiltak-avtale-hendelse-compact
#- name: KAFKA_EXTRA_TOPIC
# value: arbeidsgiver.tiltak-avtale-hendelse-compact
- name: KAFKA_RESET_POLICY
value: "earliest"
- name: HTTP_PORT
Expand Down
5 changes: 3 additions & 2 deletions src/no/nav/statistikkapi/application.kt
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@ fun startApp(
repository = visningKontaktinfoRepository
)

Tiltaklytter(this, TiltaksRepository(database.dataSource))
TiltakManglerAktørIdLytter(this)
//TODO Fjern tiltak
//Tiltaklytter(this, TiltaksRepository(database.dataSource))
//TiltakManglerAktørIdLytter(this)
}

metrikkJobb.start()
Expand Down

0 comments on commit f588aee

Please sign in to comment.