Skip to content

Merge changes from next to master branch #2315

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

Merged
merged 9 commits into from
Jul 2, 2025

Conversation

dfawley
Copy link
Collaborator

@dfawley dfawley commented Jun 27, 2025

No description provided.

@dfawley dfawley added this to the grpc-next milestone Jun 27, 2025
@dfawley dfawley requested a review from LucioFranco June 27, 2025 17:42
@dfawley
Copy link
Collaborator Author

dfawley commented Jun 27, 2025

cc @cjqzhao @arjan-bal @easwars

@dfawley dfawley requested a review from LucioFranco June 30, 2025 21:37
[package.metadata.cargo_check_external_types]
allowed_external_types = [
"tonic::*",
"futures_core::stream::Stream",
Copy link
Member

Choose a reason for hiding this comment

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

We should pull from tokio_stream instead

Copy link
Member

Choose a reason for hiding this comment

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

@arjan-bal @dfawley @easwars if one of you can get to this simple fix that would be good, I am going to merge this anyways now.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

tokio_stream re-exports futures_core::Stream, so are these just equivalent?

https://docs.rs/tokio-stream/latest/tokio_stream/#reexports

Copy link
Member

Choose a reason for hiding this comment

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

Yes, they are except that the tokio org controls the tokio_stream crate and I would rather depend on that than on the futures set of crates. (I have publish access for tokio_stream etc)

Copy link
Member

@LucioFranco LucioFranco left a comment

Choose a reason for hiding this comment

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

LGTM

@LucioFranco LucioFranco merged commit 1b2f901 into hyperium:master Jul 2, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants