-
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] adding deps for kafka + sasl to work #5
Conversation
idk why the diffs are showing up like this 💭 |
@@ -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.35.0", default-features = false, features = ["tokio", "libz", "ssl", "zstd", "sasl", "curl"], 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.
this is the new change
### Currently Patched | ||
The following are patched: | ||
- Fixing GCS Sink error type that allows proper retry handling | ||
- Extremely generous retry logic that functionaly retries everything |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error
@@ -0,0 +1,136 @@ | |||
diff --git a/src/gcp.rs b/src/gcp.rs | |||
index bfc486f92..148fa9dec 100644 |
Check warning
Code scanning / check-spelling
Candidate Pattern Warning
@@ -0,0 +1,136 @@ | |||
diff --git a/src/gcp.rs b/src/gcp.rs | |||
index bfc486f92..148fa9dec 100644 |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error
} | ||
} | ||
diff --git a/src/sinks/util/retries.rs b/src/sinks/util/retries.rs | ||
index 003f1990b..fea5cf5be 100644 |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error
title. adding necessary flags on deps libs