Skip to content

Commit

Permalink
Add repoll timer to reducers
Browse files Browse the repository at this point in the history
  • Loading branch information
john-z-yang committed Jan 19, 2025
1 parent 122b511 commit 58aabfb
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 142 deletions.
60 changes: 31 additions & 29 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,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rdkafka = { version = "0.36.2", features = ["cmake-build"] }
rdkafka = { version = "0.37.0", features = ["cmake-build"] }
tokio = { version = "1.41.0", features = ["full"] }
tokio-util = "0.7.12"
tokio-stream = { version = "0.1.16", features = ["full"] }
Expand All @@ -19,3 +19,4 @@ tracing-subscriber = "0.3.18"
reqwest = { version = "0.12.9", features = ["json", "stream"] }
serde = "1.0.214"
serde_json = "1.0.132"
elegant-departure = "0.3.1"
Loading

0 comments on commit 58aabfb

Please sign in to comment.