Skip to content

Commit 9dbb1d2

Browse files
committed
statically compile libz with kafka
1 parent 9151566 commit 9dbb1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relay-kafka/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ publish = false
1313
workspace = true
1414

1515
[dependencies]
16-
rdkafka = { workspace = true, optional = true, features = ["tracing", "ssl"] }
16+
rdkafka = { workspace = true, optional = true, features = ["tracing", "ssl", "libz-static"] }
1717
rdkafka-sys = { workspace = true, optional = true }
1818
relay-log = { workspace = true, optional = true }
1919
relay-statsd = { workspace = true, optional = true }

0 commit comments

Comments
 (0)