1
0
mirror of https://github.com/pcvolkmer/mv64e-rest-to-kafka-gateway synced 2025-09-13 09:12:51 +00:00

feat: ssl connections to kafka brokers

This commit is contained in:
2025-08-21 21:13:20 +02:00
parent 7f182efe4f
commit 28e7a1e762
10 changed files with 230 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ serde_json = "1.0"
uuid = { version = "1.17", features = ["v4"] }
base64 = "0.22"
bcrypt = "0.17"
rdkafka = { version = "0.38.0", features = ["cmake-build", "libz-static"] }
rdkafka = { version = "0.38.0", features = ["cmake-build", "libz-static", "ssl-vendored"] }
async-trait = "0.1"
# DTOs
mv64e-mtb-dto = { git = "https://github.com/dnpm-dip/mv64e-mtb-dto-rs", branch = "master" }