You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2018/03/01 15:17:00 UTC

[jira] [Created] (FLINK-8824) In Kafka Consumers, replace 'getCanonicalClassName()' with 'getClassName()'

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)