You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Kafka tutorial to work with Apache Kafka (tensorflow#1266)
* Update Kafka tutorial to work with Apache Kafka
Minor update to the Kafka tutorial to remove the dependency on
Confluent's distribution of Kafka, and instead work with vanilla
Apache Kafka.
Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
* Address review comments
Remove redundant pip install commands
Signed-off-by: Dale Lane <dale.lane@gmail.com>
Copy file name to clipboardExpand all lines: docs/tutorials/kafka.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@
74
74
"\n",
75
75
"Kafka is primarily a distributed event-streaming platform which provides scalable and fault-tolerant streaming data across data pipelines. It is an essential technical component of a plethora of major enterprises where mission-critical data delivery is a primary requirement.\n",
76
76
"\n",
77
-
"**NOTE:** A basic understanding of the [kafka components](https://kafka.apache.org/documentation/#intro_concepts_and_terms) will help you in following the tutorial with ease.\n",
77
+
"**NOTE:** A basic understanding of the [kafka components](https://kafka.apache.org/documentation/#intro_concepts_and_terms) will help you in following the tutorial with ease.",
78
78
"\n",
79
79
"**NOTE:** A Java runtime environment is required to run this tutorial."
0 commit comments