feat: Add Store avro

This commit is contained in:
ldrogo27
2026-04-07 12:44:18 +02:00
parent ca4aa96565
commit 28a8f1c8c1
14 changed files with 1357 additions and 130 deletions

View File

@@ -12,8 +12,8 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml2 = "0.1"
rdkafka = { version = "0.38", features = ["tokio"] }
schema_registry_converter = { version = "4", features = ["avro"] }
apache-avro = "0.19"
rdkafka = { version = "0.39", features = ["tokio"] }
schema_registry_converter = { version = "4.8.0", features = ["avro"] }
apache-avro = "0.21"
anyhow = "1"
tokio = { version = "1", features = ["full"] }