-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[data] Kafka GMK v2 config adds #7
Conversation
@@ -321,7 +321,7 @@ postgres-openssl = { version = "0.5.0", default-features = false, features = ["r | |||
pulsar = { version = "6.3.0", default-features = false, features = ["tokio-runtime", "auth-oauth2", "flate2", "lz4", "snap", "zstd"], optional = true } | |||
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] } | |||
rand_distr = { version = "0.4.3", default-features = false } | |||
rdkafka = { version = "0.35.0", default-features = false, features = ["tokio", "libz", "ssl", "zstd"], optional = true } | |||
rdkafka = { version = "0.36.2", default-features = false, features = ["tokio", "libz", "ssl", "zstd", "sasl", "curl", "zstd-pkg-config"], optional = true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.37 of rdkafka has breaking changes so 36.2 is the highest we can go to with simpler upgrades
I approve of this commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - did you test in staging or coder already, Avi?
yes this was powering the vector x gmk kafka tests in staging i was doing. will also test "in aggregate" after we merge this and your changes before we move forward you can see the |
Note,
zstd
compression is still not viable but toggling all the necessary depdendency options for it anyway to avoid this song and dance.