You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thePropagatedContext
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.The text was updated successfully, but these errors were encountered: