fix: Remove kafka
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Jim Martens 2024-03-06 15:06:32 +01:00
parent 11345c94a5
commit 0082305a5a
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
2 changed files with 0 additions and 4 deletions

View File

@ -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)
}

View File

@ -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}"