Skip to content

code-star/kafka-connect-simple-transformers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Connect Transformers

A collection of Simple Message Transformers for Kafka Connect.

  • Zip$Value: compress the value of the record given as input.
  • Unzip$Value: uncompress the value of the record given as input.

Build

Run the following command to obtain a uber jar in target/components:

mvn clean package

Use

Zip

In the config that defines the connector, add the following lines:

"transforms": "..., zip, ...",
"transforms.zip.type": "nl.codestar.kafka.connect.transformers.compress.Zip$Value",

No extra configuration parameters are needed.

Unzip

In the config that defines the connector, add the following lines:

"transforms": "..., unzip, ...",
"transforms.unzip.type": "nl.codestar.kafka.connect.transformers.compress.Unzip$Value",

No extra configuration parameters are needed.

About

A collection of simple message transformers for Kafka Connect

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages