Skip to content

Commit

Permalink
add ssl support for kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Mar 11, 2024
1 parent 1dd5a6b commit 20f63f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rand_distr = "0.4.3"
rand_xoshiro = "0.6.0"
ratelimit = "0.9.0"
redis = { version = "0.23.3", features = ["tokio-comp"] }
rdkafka = { version = "0.34.0", features = ["cmake-build"] }
rdkafka = { version = "0.34.0", features = ["cmake-build", "ssl"] }
ringlog = "0.5.0"
serde = { version = "1.0.185", features = ["derive"] }
session = { git = "https://github.com/pelikan-io/pelikan" }
Expand Down

0 comments on commit 20f63f2

Please sign in to comment.