How will you fix the error?

When using plain JSON data with Connect, you see the following error messageorg.apache.kafka.connect.errors.DataExceptionJsonDeserializer with schemas.enable requires "schema" and "payload" fields and may not contain additional fields .

How will you fix the error?
A . Set key.converter, value.converter to JsonConverter and the schema registry url
B . Use Single Message Transforms to add schema and payload fields in the message
C . Set key.converter.schemas.enable and value.converter.schemas.enable to false
D . Set key.converter, value.converter to AvroConverter and the schema registry url

Answer: C

Explanation:

You will need to set the schemas.enable parameters for the converter to false for plain text with no schema.

Latest CCDAK Dumps Valid Version with 150 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments