Key deliverables:
- Moving data from a source Kafka topic to S3 with Kafka Connect
- Message
keys
in the Kafka topic are regular strings, whereasvalues
are 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
value
schema metadata fields to the Kafka ConnectSinkRecord