Confluent
CCDAK · Question #55
What Java library is KSQL based on?
The correct answer is A. Kafka Streams. KSQL is based on Kafka Streams and allows you to express transformations in the SQL language that get automatically converted to a Kafka Streams program in the backend.
Developing with Kafka Streams
Question
What Java library is KSQL based on?
Options
- AKafka Streams
- BREST Proxy
- CSchema Registry
- DKafka Connect
How the community answered
(34 responses)- A91% (31)
- B6% (2)
- C3% (1)
Explanation
KSQL is based on Kafka Streams and allows you to express transformations in the SQL language that get automatically converted to a Kafka Streams program in the backend.
Topics
#KSQL#ksqlDB#Kafka Streams#streaming SQL
Community Discussion
No community discussion yet for this question.