aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/kafka
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2018-06-29 16:51:50 -0700
committerGravatar Derek Murray <derek.murray@gmail.com>2018-06-29 16:51:50 -0700
commit43fd45004d607cd208340cb47265cdcfcaf85edf (patch)
treee49458022b7eae73427b6c14c9e451ade40ef4c2 /third_party/kafka
parentfa073923010552a19f3f0db47d1fd74a8ce6f221 (diff)
Update kafka to v0.11.4 (#20417)
* Update kafka to v0.11.4 This fix updates kafka from v0.11.1 to v0.11.4 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add additional source files in kafka Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'third_party/kafka')
-rw-r--r--third_party/kafka/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/kafka/BUILD b/third_party/kafka/BUILD
index a839ca717e..75792b0d87 100644
--- a/third_party/kafka/BUILD
+++ b/third_party/kafka/BUILD
@@ -60,6 +60,8 @@ cc_library(
"src/rdkafka_event.h",
"src/rdkafka_feature.c",
"src/rdkafka_feature.h",
+ "src/rdkafka_header.c",
+ "src/rdkafka_header.h",
"src/rdkafka_int.h",
"src/rdkafka_interceptor.c",
"src/rdkafka_interceptor.h",
@@ -93,7 +95,6 @@ cc_library(
"src/rdkafka_sasl_int.h",
"src/rdkafka_sasl_plain.c",
"src/rdkafka_subscription.c",
- "src/rdkafka_subscription.h",
"src/rdkafka_timer.c",
"src/rdkafka_timer.h",
"src/rdkafka_topic.c",
@@ -105,6 +106,8 @@ cc_library(
"src/rdlist.h",
"src/rdlog.c",
"src/rdlog.h",
+ "src/rdmurmur2.c",
+ "src/rdmurmur2.h",
"src/rdports.c",
"src/rdports.h",
"src/rdposix.h",