nerdexam
Confluent

CCDAK · Question #80

In Avro, removing or adding a field that has a default is a __ schema evolution

The correct answer is A. full. Clients with new schema will be able to read records saved with old schema and clients with old schema will be able to read records saved with new schema.

Application Design

Question

In Avro, removing or adding a field that has a default is a __ schema evolution

Options

  • Afull
  • Bbackward
  • Cbreaking
  • Dforward

How the community answered

(57 responses)
  • A
    91% (52)
  • B
    2% (1)
  • C
    5% (3)
  • D
    2% (1)

Explanation

Clients with new schema will be able to read records saved with old schema and clients with old schema will be able to read records saved with new schema.

Topics

#Avro#schema evolution#full compatibility#Schema Registry

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice