Skip to content

Commit

Permalink
add consumer subscriptions for looped messages
Browse files Browse the repository at this point in the history
  • Loading branch information
olliebatch committed Dec 22, 2023
1 parent ac8f126 commit a6d4baa
Show file tree
Hide file tree
Showing 5 changed files with 310 additions and 14 deletions.
275 changes: 272 additions & 3 deletions rust-containers-k8s/notification-service/Cargo.lock

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

5 changes: 4 additions & 1 deletion rust-containers-k8s/notification-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ edition = "2021"

[dependencies]
anyhow = "1.0.76"
rdkafka = { version = "0.36.0" }
dotenv = "0.15.0"
envy = "0.4.2"
kafka = "0.10.0"
rdkafka = "0.35.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
tokio = { version = "1.35.1", features = ["full"] }
Loading

0 comments on commit a6d4baa

Please sign in to comment.