diff options
Diffstat (limited to 'src/main/resources')
| -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: |
