Skip to content

Commit

Permalink
Merge pull request #4751 from navikt/chore/kafka
Browse files Browse the repository at this point in the history
egen consumer group id
  • Loading branch information
sondrele authored Dec 6, 2024
2 parents 00af262 + 421ca0c commit e85fb1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class DatavarehusGjennomforingV1KafkaProducer(

data class Config(
val consumerId: String,
val consumerGroupId: String? = null,
val consumerGroupId: String,
val consumerTopic: String,
val producerTopic: String,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ app:
clients:
dvhGjennomforing:
consumerId: dvh-gjennomforing-consumer
consumerGroupId: mulighetsrommet-api.datavarehus-gjennomforing.v1
consumerTopic: team-mulighetsrommet.siste-tiltaksgjennomforinger-v1
producerTopic: team-mulighetsrommet.datavarehus-tiltaksgjennomforinger-v1
consumers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ app:
clients:
dvhGjennomforing:
consumerId: dvh-gjennomforing-consumer
consumerGroupId: mulighetsrommet-api.datavarehus-gjennomforing.v1
consumerTopic: team-mulighetsrommet.siste-tiltaksgjennomforinger-v1
producerTopic: team-mulighetsrommet.datavarehus-tiltaksgjennomforinger-v1
consumers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ app:
clients:
dvhGjennomforing:
consumerId: dvh-gjennomforing-consumer
consumerGroupId: mulighetsrommet-api.datavarehus-gjennomforing.v1
consumerTopic: team-mulighetsrommet.siste-tiltaksgjennomforinger-v1
producerTopic: team-mulighetsrommet.datavarehus-tiltaksgjennomforinger-v1
consumers:
Expand Down

0 comments on commit e85fb1f

Please sign in to comment.