diff options
| author | Paul-Christian Volkmer | 2023-08-02 16:10:18 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-08-02 16:10:18 +0200 |
| commit | 35cb258b13543b37ce061f78eef4427e542ca72a (patch) | |
| tree | 7d55a83341f237d4595c4e9e3d3179a946c992ad /src/main/resources | |
| parent | 51cf7a7917d7376d1e7c685b9c0e56d8929ad9e1 (diff) | |
Do not return specific status code based on remote status code
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/application.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 39acb37..72edde6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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}"
\ No newline at end of file |
