We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tokio_stream
I've encountered type mismatching when using opentelemetry with madsim:
opentelemetry
madsim
risingwavelabs/risingwave#13443 (comment)
It appears that we may need to patch tokio_stream to resolve this.
The text was updated successfully, but these errors were encountered:
We have this patch. It's in another repo. https://github.com/madsim-rs/tokio/tree/madsim This problem seems to be caused by the tokio inside opentelemetry, which we can't patch. 🥵
Sorry, something went wrong.
No branches or pull requests
I've encountered type mismatching when using
opentelemetry
withmadsim
:risingwavelabs/risingwave#13443 (comment)
It appears that we may need to patch
tokio_stream
to resolve this.The text was updated successfully, but these errors were encountered: