Handling map of channel to sockets + added kafka deps and docker compose.
This commit is contained in:
parent
c2f1372652
commit
9e8a692eb4
3 changed files with 53 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue