Key deliverables:
- Moving data from a source Kafka topic to S3 with Kafka Connect
- Message
keysin the Kafka topic are regular strings, whereasvaluesare Avro-serialized in Confluent Wire Format - Data in S3 is stored in JSON file format (see config/kafka-connect.http)
- Message
- Example of custom schema registration in Confluent Schema Registry ( see config/schema-registry.http)
- Custom Kafka
Connect InsertSchemaMetadata
SMT responsible for adding
valueschema metadata fields to the Kafka ConnectSinkRecord