kafka-connect-transform-common icon indicating copy to clipboard operation
kafka-connect-transform-common copied to clipboard

Common Transforms for Kafka Connect.

Results 47 kafka-connect-transform-common issues
Sort by recently updated
recently updated
newest added

2021-10-31T06:14:40.093Z When i pass this to the convertor it doesnt allow to convert to TimeStamp as expected from the Convertor, Please advice

I am running a Kafka connect source connector (Oracle) with transformation of human readable Date field[`dd-MMM-yyyy HH:mm:ss`] to Timestamp format[Long]. ``` ... ... "transforms": "ConvertStartDate", "transforms.ConvertStartDate.type": "org.apache.kafka.connect.transforms.TimestampConverter$Value", "transforms.ConvertStartDate.target.type": "Timestamp", "transforms.ConvertStartDate.field":...

Playing around with the ExtractNestedFieldTest - more specifically: changing the output field name - showed a little bug. The inner.field.name is always used. Cause of this are two 'typos' ExtractNestedField...

I've looked into ExtractNestedField and realized, that ExtractNestedFieldConfig.OUTPUT_FIELD_NAME_CONF is not used for final schema. It's using the same config.innerFieldName at ExtractNestedField:83

I am not sure that the issue tracker is the right place for a request, so sorry is it not. Is it possible to create a Transformation for Oracle BinaryDouble...

Hello, We are pulling some data using kafka-connect (2.5.0) out of a kafka topic which contains JSON formatted data produced by winlogbeat. We only want the value from a specific...

Add a transformation to insert the server name. * Header * Field

enhancement