Skip to content

Commit

Permalink
Prodsatt id-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Dec 3, 2024
1 parent 8f36e1d commit 449484d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/kafka-key-maintenance/nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
enabled: true
env:
- name: HENDELSELOGG_TOPIC
value: paw.arbeidssoker-hendelseslogg-idmerge-beta
value: paw.arbeidssoker-hendelseslogg-v1
- name: KAFKA_KEYS_SCOPE
value: "api://dev-gcp.paw.paw-kafka-key-generator/.default"
liveness:
Expand Down
2 changes: 1 addition & 1 deletion apps/kafka-key-maintenance/nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
enabled: true
env:
- name: HENDELSELOGG_TOPIC
value: paw.arbeidssoker-hendelseslogg-idmerge-beta
value: paw.arbeidssoker-hendelseslogg-v1
- name: KAFKA_KEYS_SCOPE
value: "api://prod-gcp.paw.paw-kafka-key-generator/.default"
liveness:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package no.nav.paw.kafkakeymaintenance
import no.nav.paw.kafkakeymaintenance.kafka.Topic

const val PERIODE_CONSUMER_GROUP_VERSION = 2
const val AKTOR_CONSUMER_GROUP_VERSION = 9
const val AKTOR_CONSUMER_GROUP_VERSION = 10
val PERIODE_TOPIC = Topic("paw.arbeidssokerperioder-v1")
val AKTOR_TOPIC = Topic("pdl.aktor-v2")
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aktorTopic = "pdl.aktor-v2"
hendelseloggTopic = "${HENDELSELOGG_TOPIC}"
supressionDelayMS = 1800000
supressionDelayMS = 3600000
intervalMS = 900000

0 comments on commit 449484d

Please sign in to comment.