nerdexam
Confluent

CCDAK · Question #137

When using the Confluent Kafka Distribution, where does the schema registry reside?

The correct answer is A. As a separate JVM component. Schema registry is a separate application that provides RESTful interface for storing and retrieving Avro schemas.

Application Design

Question

When using the Confluent Kafka Distribution, where does the schema registry reside?

Options

  • AAs a separate JVM component
  • BAs an in-memory plugin on your Zookeeper cluster
  • CAs an in-memory plugin on your Kafka Brokers
  • DAs an in-memory plugin on your Kafka Connect Workers

How the community answered

(42 responses)
  • A
    90% (38)
  • B
    2% (1)
  • C
    5% (2)
  • D
    2% (1)

Explanation

Schema registry is a separate application that provides RESTful interface for storing and retrieving Avro schemas.

Topics

#schema registry#Confluent distribution#JVM component#deployment architecture

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice