[
https://issues.apache.org/jira/browse/FLINK-30400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17853754#comment-17853754
]
Robert Metzger commented on FLINK-30400:
----------------------------------------
The problem of marking flink-connector-base provided for a connector is that
classes like the {{DeliveryGuarantee}} are missing when developing locally.
For example the KafkaSink example includes the {{DeliveryGuarantee}}, which is
not pulled in by my IDE because it a transitive provided dependency.
We could also update the connector docs and list the {{flink-connector-base}}
as well?
> Stop bundling connector-base in externalized connectors
> -------------------------------------------------------
>
> Key: FLINK-30400
> URL: https://issues.apache.org/jira/browse/FLINK-30400
> Project: Flink
> Issue Type: Technical Debt
> Components: Connectors / Common
> Reporter: Chesnay Schepler
> Assignee: Hang Ruan
> Priority: Major
> Labels: pull-request-available
> Fix For: elasticsearch-3.1.0, aws-connector-4.2.0, kafka-3.1.0,
> rabbitmq-3.1.0, kafka-3.0.2
>
>
> Check that none of the externalized connectors bundle connector-base; if so
> remove the bundling and schedule a new minor release.
> Bundling this module is highly problematic w.r.t. binary compatibility, since
> bundled classes may rely on internal APIs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)