Skip to content

Commit

Permalink
fix: Remove kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
2martens committed Mar 6, 2024
1 parent 11345c9 commit 0082305
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion module-server/server.gradle.kts
Original file line number Diff line number Diff line change
@@ -10,5 +10,4 @@ dependencies {
annotationProcessor(libs.mapstruct.processor)
kapt(libs.mapstruct.processor)
implementation(libs.spring.cloud.starter.config)
implementation(libs.spring.cloud.starter.bus.kafka)
}
3 changes: 0 additions & 3 deletions module-server/src/main/resources/application-prod.yaml
Original file line number Diff line number Diff line change
@@ -2,6 +2,3 @@ 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 0082305

Please sign in to comment.