Skip to content

Commit

Permalink
add ''
Browse files Browse the repository at this point in the history
  • Loading branch information
darenegade committed Apr 24, 2024
1 parent 863e49d commit 8ebcb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
stream:
kafka:
binder:
auto-create-topics: false
auto-create-topics: 'false'
producerProperties:
value:
serializer: org.springframework.kafka.support.serializer.JsonSerializer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spring:
enableDlq: true
dlqName: ${io.muenchendigital.digiwf.message.deadLetterQueueDestination}
binder:
auto-create-topics: false
auto-create-topics: 'false'
configuration:
security:
protocol: ${KAFKA_SECURITY_PROTOCOL:PLAINTEXT}
Expand Down

0 comments on commit 8ebcb01

Please sign in to comment.