From 9a50467e57d81ce1e91089732eb482a9fe0ca68f Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Fri, 10 Aug 2018 15:48:01 +0000 Subject: [PATCH] Update Kafka to 0.11.5 This fix updates librdkafka to 0.11.5. Signed-off-by: Yong Tang --- tensorflow/workspace.bzl | 8 ++++---- third_party/kafka/BUILD | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index c21e5ebc9e4..4c36eda209a 100644 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -576,11 +576,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""): tf_http_archive( name = "kafka", urls = [ - "https://mirror.bazel.build/github.com/edenhill/librdkafka/archive/v0.11.4.tar.gz", - "https://github.com/edenhill/librdkafka/archive/v0.11.4.tar.gz", + "https://mirror.bazel.build/github.com/edenhill/librdkafka/archive/v0.11.5.tar.gz", + "https://github.com/edenhill/librdkafka/archive/v0.11.5.tar.gz", ], - sha256 = "9d8f1eb7b0e29e9ab1168347c939cb7ae5dff00a39cef99e7ef033fd8f92737c", - strip_prefix = "librdkafka-0.11.4", + sha256 = "cc6ebbcd0a826eec1b8ce1f625ffe71b53ef3290f8192b6cae38412a958f4fd3", + strip_prefix = "librdkafka-0.11.5", build_file = clean_dep("//third_party:kafka/BUILD"), patch_file = clean_dep("//third_party/kafka:config.patch"), ) diff --git a/third_party/kafka/BUILD b/third_party/kafka/BUILD index 3c50b8cf52d..6c89a718376 100644 --- a/third_party/kafka/BUILD +++ b/third_party/kafka/BUILD @@ -50,6 +50,7 @@ cc_library( "src/rdkafka.h", "src/rdkafka_assignor.c", "src/rdkafka_assignor.h", + "src/rdkafka_background.c", "src/rdkafka_broker.c", "src/rdkafka_broker.h", "src/rdkafka_buf.c",