Arjun Satish created KAFKA-6511: ----------------------------------- Summary: Connect header parser incorrectly parses arrays Key: KAFKA-6511 URL: https://issues.apache.org/jira/browse/KAFKA-6511 Project: Kafka Issue Type: Bug Components: KafkaConnect Affects Versions: 1.1.0 Reporter: Arjun Satish Assignee: Randall Hauch
An incorrect input like "[1, 2, 3,,,]" is misinterpreted by the Values parser. An example test can be found here: https://github.com/apache/kafka/pull/4319#discussion_r165155768 -- This message was sent by Atlassian JIRA (v7.6.3#76005)