[
https://issues.apache.org/jira/browse/NIFI-14546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951383#comment-17951383
]
ASF subversion and git services commented on NIFI-14546:
--------------------------------------------------------
Commit f3f1bc071e169b0286a1de053467c5530697e7d1 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f3f1bc071e ]
NIFI-14546 Moved Kafka3ConnectionService to nifi-kafka-service-shared
- Downgraded Kafka Clients from 4.0.0 to 3.9.0
- Updated nifi-kafka-3-service to depend on nifi-kafka-service-shared
- Updated nifi-kafka-service-aws to depend on nifi-kafka-service-shared
Signed-off-by: Pierre Villard <[email protected]>
This closes #9943.
> nifi-kafka-service-aws duplicates Kafka3ConnectionService
> -----------------------------------------------------------
>
> Key: NIFI-14546
> URL: https://issues.apache.org/jira/browse/NIFI-14546
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 2.4.0
> Reporter: Peter Turcsanyi
> Assignee: David Handermann
> Priority: Major
> Attachments: Kafka3ConnectionService_duplicated.png
>
>
> The recently added nifi-kafka-service-aws module (NIFI-12952) depends on
> [nifi-kafka-3-service|https://github.com/apache/nifi/blob/32b9a99a808245f18adde97af4cae017103a1838/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml#L35-L40]
> and the service jar is bundled in the aws service nar (in addition to its
> own nar). As a result, Kafka3ConnectionService became duplicated as the
> service loader deploys the component from 2 different bundles.
> The common code needs to be extracted into a regular (non-component) shared
> module and both service modules should depend on that.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)