Skip to content

cjmatta/kafka-connect-insert-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Connect SMT to add a random UUID

This SMT supports inserting a UUID into the record Key or Value Properties:

Name Description Type Default Importance
uuid.field.name Field name for UUID String uuid High

Example on how to add to your connector:

transforms=insertuuid
transforms.insertuuid.type=com.github.cjmatta.kafka.connect.smt.InsertUuid$Value
transforms.insertuuid.uuid.field.name="uuid"

ToDO

  • add support for records without schemas

Lots borrowed from the Apache Kafka® InsertField SMT

About

A Kafka Connect SMT to add a UUID to a record

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages