1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-03 06:52:54 +00:00

Do not return specific status code based on remote status code

This commit is contained in:
2023-08-02 16:10:18 +02:00
parent 51cf7a7917
commit 35cb258b13
3 changed files with 12 additions and 28 deletions

View File

@ -3,5 +3,7 @@ spring:
bootstrap-servers: ${app.kafka.servers}
template:
default-topic: ${app.kafka.topic}
consumer:
group-id: ${app.kafka.group-id}
flyway:
locations: "classpath:db/migration/{vendor}"