14 July,2020 by Rambler
KSQL is the the streaming SQL Engine for the real time data processing of Kafka. These are some of the commands
--check KSQL is running
ps aux | grep ksql
--check KSQL error logs (if using Confluent)
confluent log ksql-server
--list created streams
LIST STREAMS
--View the structure of STREAM
DESCRIBE mySTREAM_NAME
--display all topics
SHOW TOPICS
--display values in topic
PRINT 'topic_name'
Read more on Apache Kafka
How to Rock Apache Kafka with a cheat-sheet
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |