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

Document examples of how to use the PropagatedContext API with RxJava #336

Open
jeremyg484 opened this issue Mar 12, 2024 · 0 comments
Open
Labels
type: docs type: improvement A minor improvement to an existing feature

Comments

@jeremyg484
Copy link
Contributor

Issue description

We are doing what we can to pass any available values in the PropagatedContext along to RxJava flows, but the ability to do so automatically for all cases is limited due to RxJava not having integrated support for the Micrometer Context Propagation SPI. There are inevitably going to be some cases where a user of RxJava with Micronaut may need to directly use the PropagatedContext API if they want context values to be available within their reactive flow. Some general documentation examples should be provided that shows how to do this, and some more general tests exercising these techniques should be added to the module.

@jeremyg484 jeremyg484 added the type: improvement A minor improvement to an existing feature label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs type: improvement A minor improvement to an existing feature
Projects
No open projects
Status: No status
Development

No branches or pull requests

2 participants