From 5acfa58f06b7bb9aae54259b6d36eb6376640523 Mon Sep 17 00:00:00 2001 From: "motherofbots.eth" <126520850+apo77yon@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:17:20 -0700 Subject: [PATCH] Create --- kafka-and-streaming/kafka_streams.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 kafka-and-streaming/kafka_streams.md diff --git a/kafka-and-streaming/kafka_streams.md b/kafka-and-streaming/kafka_streams.md new file mode 100644 index 0000000..0203ca0 --- /dev/null +++ b/kafka-and-streaming/kafka_streams.md @@ -0,0 +1,5 @@ +## kafka streams + +
+ +* kafka streams is a client library for building applications and microservices, where the input and output data are stored in kafka clusters.