diff options
| author | Paul-Christian Volkmer | 2023-08-16 15:25:46 +0200 |
|---|---|---|
| committer | GitHub | 2023-08-16 15:25:46 +0200 |
| commit | 8dc82225a4cd45a315fac3efe4d76513e6d536fc (patch) | |
| tree | f4a4e6e3b3f7029a04041ef0d2d66602c4cbfdb2 /src/main/resources/application-dev.yml | |
| parent | 2eb5cc61b9809523d51d1fa7af7a1afc1fdb7f0c (diff) | |
Issue #7: Send and expect requestId in record body, not in record key (#8)
Diffstat (limited to 'src/main/resources/application-dev.yml')
| -rw-r--r-- | src/main/resources/application-dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index b1cc2fc..a60cd8a 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -11,7 +11,7 @@ app: # otherwise connection will not be available kafka: topic: test - response-topic: test-response + response-topic: test_response servers: kafka:9092 server: |
