Skip to content

Commit

Permalink
Endret intervaller for bekreftelse i dev
Browse files Browse the repository at this point in the history
  • Loading branch information
naviktthomas committed Oct 30, 2024
1 parent 33d6f7a commit a0aaf0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ import org.apache.kafka.clients.producer.Callback
import org.apache.kafka.clients.producer.Producer
import org.apache.kafka.clients.producer.ProducerRecord
import org.apache.kafka.clients.producer.RecordMetadata
import org.apache.kafka.common.*
import org.apache.kafka.common.Metric
import org.apache.kafka.common.MetricName
import org.apache.kafka.common.PartitionInfo
import org.apache.kafka.common.TopicPartition
import org.apache.kafka.common.Uuid
import java.time.Duration
import java.time.Instant
import java.util.concurrent.CompletableFuture
Expand All @@ -26,6 +30,7 @@ class ProducerMock<K, V> : Producer<K, V> {

override fun beginTransaction() {}

@Deprecated(message = "Use sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, ConsumerGroupMetadata")
override fun sendOffsetsToTransaction(
offsets: MutableMap<TopicPartition, OffsetAndMetadata>?,
consumerGroupId: String?
Expand Down
8 changes: 4 additions & 4 deletions apps/bekreftelse-tjeneste/nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ spec:
- name: KAFKA_PAW_BEKREFTELSE_PAA_VEGNE_AV_TOPIC
value: "paw.arbeidssoker-bekreftelse-paavegneav-beta-v1"
- name: KAFKA_PUNCTUATOR_INTERVAL
value: "PT1M"
value: "PT1H"
- name: BEKREFTELSE_MIGRERINGSTIDSPUNKT
value: "2024-09-29T22:00:00Z"
- name: BEKREFTELSE_INTERVAL
value: "PT28M"
value: "P1D"
- name: BEKREFTELSE_GRACEPERIODE
value: "PT14M"
value: "PT12H"
- name: BEKREFTELSE_TILGJENGELIG_OFFSET
value: "PT6M"
value: "PT6H"
azure:
application:
enabled: true
Expand Down

0 comments on commit a0aaf0d

Please sign in to comment.