-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: KafkaConnect
-
Labels:None
With the following Single Message Transform:
"transforms.ExtractId.type":"org.apache.kafka.connect.transforms.ExtractField$Key", "transforms.ExtractId.field":"id"
Kafka Connect errors with :
java.lang.NullPointerException at org.apache.kafka.connect.transforms.ExtractField.apply(ExtractField.java:61) at org.apache.kafka.connect.runtime.TransformationChain.apply(TransformationChain.java:38)
There should be a better error message here, identifying the reason for the NPE.
Version: Confluent Platform 4.1.1
- is related to
-
KAFKA-8523 InsertField transformation fails when encountering tombstone event
-
- Resolved
-
- links to