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

Destination-S3: Enable optional fallback to legacy java SDK #54731

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johnny-schmidt
Copy link
Contributor

@johnny-schmidt johnny-schmidt commented Mar 1, 2025

What

Adds an option to enable the legacy S3 java SDK. This is to facilitate file transfer testing, but also to have it as an option for performance tuning the existing S3 destination. (There is evidence the new SDK artificially limits the amount of concurrent due to a bug in the underlying timeout retry protocol.)

The option is current disabled and not exposed on the configuration, but it can be set by setting ObjectStorageUploadConfiguration.useLegacyJavaClient = true.

Tested locally with the new S3 Destination connector, all ITs are green.

Initialization code / dependencies are copied from the old SDK.

@johnny-schmidt johnny-schmidt requested a review from a team as a code owner March 1, 2025 00:29
Copy link

vercel bot commented Mar 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 1, 2025 0:42am

@octavia-squidington-iii octavia-squidington-iii added the CDK Connector Development Kit label Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDK Connector Development Kit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants