Skip to content

Commit

Permalink
Integrasjonstest: Bruk Kafka-versjon som ligner prod
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerga committed Dec 27, 2024
1 parent 32d79f4 commit 7249773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import java.util.Properties
abstract class ContainerTest {
private val topic = "helsearbeidsgiver.inntektsmelding"

private val kafkaContainer = KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:7.5.1"))
private val kafkaContainer = KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:7.7.2"))
val redisContainer = RedisContainer(DockerImageName.parse("redis:7"))
val postgresContainerOne = postgresContainer()
val postgresContainerTwo = postgresContainer()
Expand Down

0 comments on commit 7249773

Please sign in to comment.