Handling map of channel to sockets + added kafka deps and docker compose.

This commit is contained in:
Tomasz Półgrabia 2024-12-27 20:55:21 +01:00
parent c2f1372652
commit 9e8a692eb4
3 changed files with 53 additions and 1 deletions

View file

@ -12,6 +12,7 @@ repositories {
dependencies {
implementation("io.vertx:vertx-core:4.5.9")
implementation("ch.qos.logback:logback-classic:1.5.6")
implementation("org.apache.kafka:kafka-clients:3.9.0")
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
}