Skip to content

poruganti-confluent/kafka-connect-message-transforms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Connect SMT to transform kafka messages to protobuf schema

This SMT supports transforming Kafka messages Properties:

Name Description Type Default Importance
updatemessage.type Message to be trasformed String `` High

Example on how to add to your connector:

    "transforms": "updatemessage",
    "transforms.updatemessage.type": "com.kafka.connect.smt.UpdateMessage$Value",
    "transforms.updatemessage.schema.file": "<SchemaFileName.avro>",
    "transforms.updatemessage.schema.plugin.location": "<Abosulte path to sub schemas>",
    "transforms.updatemessage.schema.name": "<SubSchemaName>",

ToDO

  • add support for records without schemas

Lots borrowed from the Apache Kafka® InsertField SMT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages