Update Kafka to 0.11.5

This fix updates librdkafka to 0.11.5.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2018-08-10 15:48:01 +00:00
parent 0a359212bc
commit 9a50467e57
2 changed files with 5 additions and 4 deletions

View File

@ -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"),
)

View File

@ -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",