You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/11/29 09:36:00 UTC

[jira] [Created] (FLINK-11025) Connector shading is inconsistent

Chesnay Schepler created FLINK-11025:
----------------------------------------

             Summary: Connector shading is inconsistent
                 Key: FLINK-11025
                 URL: https://issues.apache.org/jira/browse/FLINK-11025
             Project: Flink
          Issue Type: Bug
          Components: Batch Connectors and Input/Output Formats, Build System, Streaming Connectors
    Affects Versions: 1.6.2, 1.5.5, 1.7.0
            Reporter: Chesnay Schepler


I've had a look at our connectors and our shading practices very inconsistent. Connectors either:
 # don't shade anything at all
 # shade dependencies that are prone to causing conflicts (like guava)
 # shade everything

Examples:
 # nifi, hbase, jdbc, orc, ES6, rabbitmq
 # Cassandra, Kafka 0.8
 # Kafka 0.9+, ES1,2,5, Kinesis, twitter

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)