nerdexam
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)
  • A
    89% (33)
  • B
    5% (2)
  • C
    3% (1)
  • D
    3% (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.

Full CCDAK Practice