Home

Awesome

kafka-connect-transformers

Transformations

LogicalFieldToString

com.datamountaineer.streamreactor.connect.transforms.LogicalFieldToString

Use the concrete transformation type designed for the record key (com.datamountaineer.streamreactor.connect.transforms.LogicalFieldToString$Key) or value (com.datamountaineer.streamreactor.connect.transforms.LogicalFieldToString$Value).

NAMEDESCRIPTIONTYPEDEFAULTVALID VALUESIMPORTANCE
fieldsField names to be formatted.listnon-empty listhigh
formatFormat to apply.stringvalid DecimalFormat, DateFormat formathigh

MapKeyToString

com.datamountaineer.streamreactor.connect.transforms.MapKeyToString

Use the concrete transformation type designed for the record key (com.datamountaineer.streamreactor.connect.transforms.MapKeyToString$Key) or value (com.datamountaineer.streamreactor.connect.transforms.MapKeyToString$Value).

NAMEDESCRIPTIONTYPEDEFAULTVALID VALUESIMPORTANCE
fieldsField names to be cast.listnon-empty listhigh

NestingFields

com.datamountaineer.streamreactor.connect.transforms.NestingFields

Use the concrete transformation type designed for the record key (com.datamountaineer.streamreactor.connect.transforms.NestingFields$Key) or value (com.datamountaineer.streamreactor.connect.transforms.NestingFields$Value).

NAMEDESCRIPTIONTYPEDEFAULTVALID VALUESIMPORTANCE
fieldsField names to add in the nested field.listnon-empty listhigh
nested.nameNested field name.stringnon-empty stringhigh