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:
parent
0a359212bc
commit
9a50467e57
@ -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"),
|
||||
)
|
||||
|
1
third_party/kafka/BUILD
vendored
1
third_party/kafka/BUILD
vendored
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user