From d6cbae16ac83df3164d82dd43371f661c6617dff Mon Sep 17 00:00:00 2001 From: Marco Neumann Date: Tue, 1 Nov 2022 06:39:26 +0000 Subject: [PATCH] chore: update rskafka (#5998) Includes additional logging to debug https://github.com/influxdata/idpe/issues/16278 --- Cargo.lock | 2 +- write_buffer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7105e47d62..9493cd0b3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4271,7 +4271,7 @@ dependencies = [ [[package]] name = "rskafka" version = "0.3.0" -source = "git+https://github.com/influxdata/rskafka.git?rev=8c98c56b5d4b06206ce40e21404a75e6bb7bf7af#8c98c56b5d4b06206ce40e21404a75e6bb7bf7af" +source = "git+https://github.com/influxdata/rskafka.git?rev=4f05f3b42d144f75ddb684a10c746f8afddbf338#4f05f3b42d144f75ddb684a10c746f8afddbf338" dependencies = [ "async-socks5", "async-trait", diff --git a/write_buffer/Cargo.toml b/write_buffer/Cargo.toml index 213375dc1a..645cd10386 100644 --- a/write_buffer/Cargo.toml +++ b/write_buffer/Cargo.toml @@ -24,7 +24,7 @@ observability_deps = { path = "../observability_deps" } parking_lot = "0.12" pin-project = "1.0" prost = "0.11" -rskafka = { git = "https://github.com/influxdata/rskafka.git", rev="8c98c56b5d4b06206ce40e21404a75e6bb7bf7af", default-features = false, features = ["compression-snappy", "transport-socks5"] } +rskafka = { git = "https://github.com/influxdata/rskafka.git", rev="4f05f3b42d144f75ddb684a10c746f8afddbf338", default-features = false, features = ["compression-snappy", "transport-socks5"] } schema = { path = "../schema" } tokio = { version = "1.21", features = ["fs", "macros", "parking_lot", "rt", "sync", "time"] } tokio-util = "0.7.4"