How to use ksql-test-runner to test ksql queries
ksql-test-runner is a ksqlDB testing tool to test set of KSQL statements. In this article we will see how to use …
ksql-test-runner is a ksqlDB testing tool to test set of KSQL statements. In this article we will see how to use …
If you have worked on ksqlDB, you would have come across this scenario multiple times. To drop a ksqlDB tables OR …
In this article we will go over steps to implement Change Data Capture(CDC) in ksqlDB. See blow diagram for high level …
In this article we will go over few scenarios and to explore ARRAY, MAP and LIST in ksqlDB Prerequisites Install …
Prerequisites Install Confluent platform for your operating system using …
In this article we will discuss some of the common Confluent Kafka challenges and solutions to fix them. Issue 01 Issue …
Confluent KSQL is the streaming SQL engine that enables real-time data processing against Apache Kafka®. It provides an …