Confluent
CCDAK · Question #99
Where are KSQL-related data and metadata stored?
The correct answer is A. Kafka Topics. metadata is stored in and built from the KSQL command topic. Each KSQL server has its own in- memory version of the metastore.
Developing with Kafka Streams
Question
Where are KSQL-related data and metadata stored?
Options
- AKafka Topics
- BZookeeper
- CPostgreSQL database
- DSchema Registry
How the community answered
(37 responses)- A89% (33)
- B5% (2)
- C3% (1)
- D3% (1)
Explanation
metadata is stored in and built from the KSQL command topic. Each KSQL server has its own in- memory version of the metastore.
Topics
#KSQL#metadata storage#internal topics#Kafka topics
Community Discussion
No community discussion yet for this question.