How to start KSQL in Confluent

Serkan SAKINMAZ
1 min readJan 16, 2019

--

KSQL is the real time processing engine that is used with Kafka framework

Let’s take a look how to start KSQL

At first, you need to install Confluent . Installation of Confluent

Step 1- Start Confluent

./confluent start

When you start Confluent in your local machine, it starts KSQL as well

Step 2- Start KSQL Client

KSQL Client is a client that connects and process data real time from KSQL Server

Locate confluent directory that you download and run below command

./bin/ksql http://localhost:8088

Final Words

In this tutorial, you read how to start KSQL CLI as well as KSQL Server. KSQL Server is coming with Confluent but you can install different server

--

--

Serkan SAKINMAZ
Serkan SAKINMAZ

No responses yet