Skip to content

Commit

Permalink
Bruker unik transaction-id-prefix pga. flere instanser.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramrock93 committed Aug 29, 2023
1 parent c97332a commit 988dbf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ kafka:
client-id: ${HOSTNAME}
key-serializer: org.apache.kafka.common.serialization.StringSerializer
value-serializer: org.apache.kafka.common.serialization.StringSerializer
transaction-id-prefix: .tx-
transaction-id-prefix: .tx-${HOSTNAME}-
retries: 3

springdoc:
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ kafka:
schemaRegistryPassword: password
producer:
client-id: sif-innsyn-api-aiven
transaction-id-prefix: .tx-sif-innsyn-api-

wiremock:
reset-mappings-after-each-test: true
Expand Down

0 comments on commit 988dbf0

Please sign in to comment.