Member-only story

How To Install Apache Kafka On Windows ?

Gain Java Knowledge
3 min readSep 20, 2020

--

Setting Up and Running Apache Kafka on Windows OS

Kafka Introduction :
— — — — — — — —
Apache Kafka is an open-source stream-processing software platform developed by the Apache Software Foundation, written in Scala and Java. The project aims to provide a unified, high-throughput, low-latency platform for handling real-time data feeds.

Apache Kafka is an event streaming platform.
— — — — — — — — — — — — — — — — — ——
To publish (write) and subscribe to (read) streams of events, including continuous import/export of your data from other systems.
To store streams of events durably and reliably for as long as you want.
To process streams of events as they occur or retrospectively.

What is Apache Kafka :
— — — — — — — —
Apache Kafka is a distributed streaming platform that is used to build real time streaming data pipelines and applications that adapt to data streams. More than one-third of all Fortune 500 companies use Kafka.

Installation Steps :
— — — — — — -
Step : 1
====
So First we need to download Apache Kafka . Download link is given here :
https://downloads.apache.org/kafka/2.6.0/kafka_2.13-2.6.0.tgz

--

--

Gain Java Knowledge
Gain Java Knowledge

Written by Gain Java Knowledge

The Java programming language is one of the most popular languages today. Stay up to date with news, certifications, free learning resources and much more.

No responses yet