set up Kafka

This commit is contained in:
2025-08-05 10:32:17 +02:00
committed by swordsteel
parent d7b2bd0ccd
commit 764ba5bc3a
3 changed files with 15 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ dependencies {
implementation(hlaeja.library.common.messages)
implementation(hlaeja.library.jwt)
implementation(hlaeja.projectreactor.kotlin.reactor.extensions)
implementation(hlaeja.springboot.kafka)
implementation(hlaeja.springboot.redis.session)
implementation(hlaeja.springboot.starter.actuator)
implementation(hlaeja.springboot.starter.redis)
@@ -29,6 +30,7 @@ dependencies {
testImplementation(hlaeja.kotlin.test.junit5)
testImplementation(hlaeja.mockk)
testImplementation(hlaeja.projectreactor.reactor.test)
testImplementation(hlaeja.springboot.kafka.test)
testImplementation(hlaeja.springboot.starter.test)
testRuntimeOnly(hlaeja.junit.platform.launcher)