diff options
| author | Jakub Lidke | 2023-08-25 13:11:10 +0200 |
|---|---|---|
| committer | Jakub Lidke | 2023-08-25 13:11:10 +0200 |
| commit | aa40da49957ebad06fff277d6d9937fc370ded44 (patch) | |
| tree | 076ac31783e6eafd160969c584dd56478342aece /src | |
| parent | da26b5a2c88f68a36d20ead2e84f15672d5995f0 (diff) | |
chore: dev kafka is available via localhost, now.
Diffstat (limited to 'src')
| -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 a60cd8a..3134643 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -12,7 +12,7 @@ app: kafka: topic: test response-topic: test_response - servers: kafka:9092 + servers: localhost:9092 server: port: 8000 |
