-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.12.0
-
Fix Version/s: None
-
Component/s: Connectors / Kafka, Table SQL / API
-
Labels:None
Currently, it will get NPE when reading from the upsert-kafka with record whose key is NULL.
The records in the compacted topic always have keys. Therefore, it's mainly wrong usage of the upsert-kafka that causing NPE. We can throw a better exception to notify the users.