Skip to content

Commit

Permalink
refactor kafka producer
Browse files Browse the repository at this point in the history
fixes #11, #13, #22
  • Loading branch information
matthieugouel committed Feb 15, 2025
1 parent 4c51c00 commit 873e6d6
Show file tree
Hide file tree
Showing 11 changed files with 381 additions and 418 deletions.
167 changes: 50 additions & 117 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.95"
axum = "0.8.1"
bgpkit-parser = { version = "0.10.11", features = ["serde"] }
bytes = "1.9.0"
Expand All @@ -14,11 +15,11 @@ clap = { version = "4.5.23", features = ["derive"] }
clap-verbosity-flag = "3.0.2"
config = "0.15.4"
env_logger = "0.11.6"
kafka = "0.10.0"
log = "0.4.22"
metrics = "0.24.1"
metrics-exporter-prometheus = "0.16.0"
rand = "0.9.0"
rdkafka = "0.37.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
tokio = { version = "1.42.0", features = ["full"] }
Expand Down
Loading

0 comments on commit 873e6d6

Please sign in to comment.