Skip to content

Commit

Permalink
Revert "fix: Remove kafka"
Browse files Browse the repository at this point in the history
This reverts commit 0082305.
  • Loading branch information
2martens committed Mar 8, 2024
1 parent aaec4e9 commit f2c1d1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions module-server/server.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ dependencies {
annotationProcessor(libs.mapstruct.processor)
kapt(libs.mapstruct.processor)
implementation(libs.spring.cloud.starter.config)
implementation(libs.spring.cloud.starter.bus.kafka)
}
3 changes: 3 additions & 0 deletions module-server/src/main/resources/application-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ spring:
config:
import:
- "configserver:${CONFIGSERVER_SCHEME:http}://${CONFIGSERVER_HOST:configserver}:${CONFIGSERVER_PORT:8888}${CONFIGSERVER_PREFIX:/config}"
kafka:
bootstrap-servers:
- "${KAFKA_HOST:kafka}:${KAFKA_PORT:9092}"

0 comments on commit f2c1d1e

Please sign in to comment.