Stephan Ewen created FLINK-8824:
-----------------------------------
Summary: In Kafka Consumers, replace 'getCanonicalClassName()' with 'getClassName()'
Key: FLINK-8824
URL:
https://issues.apache.org/jira/browse/FLINK-8824 Project: Flink
Issue Type: Bug
Components: Kafka Connector
Reporter: Stephan Ewen
Fix For: 1.5.0
The connector uses {{getCanonicalClassName()}} inĀ all places, gather than {{getClassName()}}.
{{getCanonicalClassName()}}'s intention is to normalize class names for arrays, etc, but is problematic when instantiating classes from class names.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)