-
Type: New Feature
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Source
-
Needed
Source connector currently supports schema in Avro format using the below properties;
output.format.value=SCHEMA
output.schema.value=<avro schema>
Confluent Kafka as of v5.5 also supports JSON Schemas (https://json-schema.org/understanding-json-schema).
This is ticket is implement support for JSON Schema for source connector.