Chris Egerton created KAFKA-16392:
-------------------------------------
Summary: Spurious log warnings: "Ignoring offset partition key
with an unexpected format for the second element in the partition key list.
Expected type: java.util.Map, actual type: null"
Key: KAFKA-16392
URL: https://issues.apache.org/jira/browse/KAFKA-16392
Project: Kafka
Issue Type: Bug
Components: connect
Affects Versions: 3.6.1, 3.7.0, 3.5.2, 3.5.1, 3.6.0, 3.5.0, 3.8.0
Reporter: Chris Egerton
Assignee: Chris Egerton
Some source connectors choose not to specify source offsets with the records
they emit (or rather, to provide null partitions/offsets). When these
partitions are parsed by a Kafka Connect worker, this currently leads to a
spurious warning log message.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)