Skip to content

Commit

Permalink
Uppger case
Browse files Browse the repository at this point in the history
  • Loading branch information
gtcno committed Sep 20, 2024
1 parent c62ceb4 commit 0ee736c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import com.natpryce.konfig.ConfigurationProperties
import com.natpryce.konfig.EnvironmentVariables
import com.natpryce.konfig.getValue
import com.natpryce.konfig.overriding
import org.apache.kafka.clients.consumer.OffsetResetStrategy

Check failure on line 8 in src/main/kotlin/no/nav/dagpenger/oppslag/journalpost/id/Configuration.kt

View workflow job for this annotation

GitHub Actions / Check coding style violations

[ktlint] reported by reviewdog 🐶 Unused import Raw Output: src/main/kotlin/no/nav/dagpenger/oppslag/journalpost/id/Configuration.kt:8:1: error: Unused import (standard:no-unused-imports)

internal object Configuration {
private val defaultProperties =
Expand All @@ -14,7 +15,7 @@ internal object Configuration {
"KAFKA_CONSUMER_GROUP_ID" to "dp-oppslag-journalpost-id-v1",
"KAFKA_RAPID_TOPIC" to "teamdagpenger.rapid.v1",
"KAFKA_EXTRA_TOPIC" to "teamdagpenger.journalforing.v1",
"KAFKA_RESET_POLICY" to "latest",
"KAFKA_RESET_POLICY" to "LATEST",
),
)

Expand Down

0 comments on commit 0ee736c

Please sign in to comment.