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

refactor: Upgrade opendal to v0.47.0 for zero copy bytes streaming #5105

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Xuanwo
Copy link
Contributor

@Xuanwo Xuanwo commented Jun 11, 2024

Description

Upgrade opendal to v0.47.0 for zero copy bytes streaming

How was this PR tested?

Unit test and integration tests.

Signed-off-by: Xuanwo <github@xuanwo.io>
@Xuanwo Xuanwo changed the title refactor: Upgrade opendal to v0.47.0 for zero cost bytes streaming refactor: Upgrade opendal to v0.47.0 for zero copy bytes streaming Jun 11, 2024
@@ -198,7 +198,7 @@ rdkafka = { version = "0.33", default-features = false, features = [
] }
regex = "1.10.0"
regex-syntax = "0.8"
reqwest = { version = "0.11", default-features = false, features = [
reqwest = { version = "0.12", default-features = false, features = [
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OpenDAL uses reqwest 0.12 (along with http 1.0, hyper 1.0) now. Maybe I can make more PRs to help migrating other crates?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're still waiting on tonic to move to hyper 1.0.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it. Let's wait for hyperium/tonic#1670

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @guilload maybe this PR is happy to go?

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.

2 participants