Skip to content

Commit ece3730

Browse files
committed
Skipper giftpille i dev
1 parent 6cff1a1 commit ece3730

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/main/kotlin/no/nav/hjelpemidler/configuration/Configuration.kt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ internal object Configuration {
1313
Profile.PROD.pair(),
1414

1515
"HTTP_PORT" to "8080",
16-
16+
"kafka.aiven.consumer" to "hm-oebs-listener-v1",
1717
"kafka.aiven.topic" to "teamdigihot.hm-soknadsbehandling-v1",
1818
"kafka.reset.policy" to "latest",
1919

@@ -22,12 +22,10 @@ internal object Configuration {
2222

2323
private val devProperties = ConfigurationMap(
2424
Profile.DEV.pair(),
25-
2625
"HTTP_PORT" to "8080",
27-
26+
"kafka.aiven.consumer" to "hm-oebs-listener-v2",
2827
"kafka.aiven.topic" to "teamdigihot.hm-soknadsbehandling-v1",
2928
"kafka.reset.policy" to "latest",
30-
3129
"SENSU_URL" to "https://digihot-proxy.dev-fss-pub.nais.io/sensu",
3230
)
3331

@@ -37,6 +35,7 @@ internal object Configuration {
3735
"HTTP_PORT" to "8085",
3836
"OEBSTOKEN" to "abc",
3937

38+
"kafka.aiven.consumer" to "hm-oebs-listener-v1",
4039
"kafka.aiven.topic" to "teamdigihot.hm-soknadsbehandling-v1",
4140
"kafka.reset.policy" to "earliest",
4241
"kafka.brokers" to "host.docker.internal:9092",
@@ -61,7 +60,7 @@ internal object Configuration {
6160
"RAPID_KAFKA_CLUSTER" to "gcp",
6261
"RAPID_APP_NAME" to "hm-oebs-listener",
6362
"KAFKA_BROKERS" to get("kafka.brokers"),
64-
"KAFKA_CONSUMER_GROUP_ID" to "hm-oebs-listener-v1",
63+
"KAFKA_CONSUMER_GROUP_ID" to get("kafka.aiven.consumer"),
6564
"KAFKA_RAPID_TOPIC" to get("kafka.aiven.topic"),
6665
"KAFKA_RESET_POLICY" to get("kafka.reset.policy"),
6766
"KAFKA_KEYSTORE_PATH" to get("KAFKA_KEYSTORE_PATH"),

0 commit comments

Comments
 (0)