feat: Add Store avro
This commit is contained in:
@@ -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"] }
|
||||
Reference in New Issue
Block a user