1
0
mirror of https://github.com/pcvolkmer/mv64e-etl-processor synced 2025-09-13 17:02:52 +00:00

Explicit producer topic configuration

This commit is contained in:
2023-08-03 16:04:31 +02:00
parent 3dcee41569
commit ec76c775d9
4 changed files with 28 additions and 12 deletions

View File

@@ -1,8 +1,6 @@
spring:
kafka:
bootstrap-servers: ${app.kafka.servers}
template:
default-topic: ${app.kafka.topic}
consumer:
group-id: ${app.kafka.group-id}
flyway: