diff options
| author | Jakub Lidke | 2023-08-25 12:59:38 +0200 |
|---|---|---|
| committer | Jakub Lidke | 2023-08-25 12:59:38 +0200 |
| commit | da26b5a2c88f68a36d20ead2e84f15672d5995f0 (patch) | |
| tree | b30b82fa7099bdb9cf4c261006548b58607d5f01 /src/main/resources/application-dev.yml | |
| parent | bbea48322fa5a24ff61eef25ed84f4966bf49c42 (diff) | |
| parent | 9921e1e684cbc236ac645d5172a2385fa69e5bbc (diff) | |
Merge branch 'master' into add-docker-build
# Conflicts:
# README.md
# build.gradle.kts
Diffstat (limited to 'src/main/resources/application-dev.yml')
| -rw-r--r-- | src/main/resources/application-dev.yml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 99e4bbf..a60cd8a 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -4,11 +4,15 @@ spring: file: ./dev-compose.yml app: - rest: - uri: http://localhost:9000/bwhc/etl/api/MTBFile - #kafka: - # topic: test - # servers: kafka:9092 + #rest: + # uri: http://localhost:9000/bwhc/etl/api + + # Note: Make sure, hostname "kafka" points to 127.0.0.1 + # otherwise connection will not be available + kafka: + topic: test + response-topic: test_response + servers: kafka:9092 server: port: 8000 |
