Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added azure-storage-blob-shaded. #217

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

avocader
Copy link
Contributor

@avocader avocader commented Nov 3, 2021

Problem

Azure Blob Storage Source Connector uses and ships with com.azure.azure-storage-blob dependency.
But, if the classpath has the older versions of this dependency - the connector will fail because of conflicting versions.

After bringing up the connector using the Docker playground, I see that Worker's classpath has 2 versions of this JAR:

[main] INFO org.apache.kafka.common.utils.AppInfoParser - Kafka startTimeMs: 1635903919086
  jvm.classpath = .../usr/share/java/confluent-security/connect/azure-storage-blob-12.5.0.jar:.../:/usr/share/java/kafka/azure-storage-blob-12.6.0.jar:.../usr/bin/../share/java/kafka/azure-storage-blob-12.6.0.jar:

Solution

Does this solution apply anywhere else?
  • yes
  • no
If yes, where?

Test Strategy

Testing done:
  • Unit tests
  • Integration tests
  • System tests
  • Manual tests

Release Plan

@avocader avocader requested a review from a team November 3, 2021 02:46
@avocader avocader marked this pull request as ready for review November 4, 2021 07:05
@kkonstantine kkonstantine removed their request for review August 8, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant