Skip to content

Commit

Permalink
Bumpet app id for bekreftelse apper
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Oct 3, 2024
1 parent e671bec commit 9f94b13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/bekreftelse-api/nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
port: 8080
env:
- name: KAFKA_STREAMS_ID_SUFFIX
value: "v1"
value: "v2"
- name: KAFKA_PAW_ARBEIDSSOKER_BEKREFTELSE_TOPIC
value: "paw.arbeidssoker-bekreftelse-beta-v1"
- name: KAFKA_PAW_ARBEIDSSOKER_BEKREFTELSE_HENDELSESLOGG_TOPIC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import org.apache.kafka.streams.StreamsBuilder
import org.apache.kafka.streams.state.Stores
import org.slf4j.LoggerFactory

const val APP_SUFFIX = "beta"
const val APP_SUFFIX = "beta-v2"
val STATE_STORE_NAME: StateStoreName = StateStoreName("internal_state")

val appLogger = LoggerFactory.getLogger("main")
Expand Down
2 changes: 1 addition & 1 deletion apps/bekreftelse-tjeneste/nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
port: 8080
env:
- name: KAFKA_STREAMS_ID_SUFFIX
value: "v1"
value: "v2"
- name: KAFKA_PAW_ARBEIDSSOKER_BEKREFTELSE_TOPIC
value: "paw.arbeidssoker-bekreftelse-beta-v1"
- name: KAFKA_PAW_ARBEIDSSOKER_BEKREFTELSE_HENDELSELOGG_TOPIC
Expand Down
2 changes: 1 addition & 1 deletion apps/bekreftelse-utgang/nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
port: 8080
env:
- name: KAFKA_STREAMS_ID_SUFFIX
value: "v1"
value: "v2"
- name: KAFKA_PAW_ARBEIDSSOKERPERIODER_TOPIC
value: "paw.arbeidssokerperioder-v1"
- name: KAFKA_PAW_ARBEIDSSOKER_BEKREFTELSE_HENDELSELOGG_TOPIC
Expand Down

0 comments on commit 9f94b13

Please sign in to comment.