Context Propagation

SmallRye Fault Tolerance supports MicroProfile Context Propagation for @Asynchronous method invocations, if 2 conditions are satisfied:

  • the integrator provides a MicroProfile Context Propagation enabled thread pool (see Thread Pool);

  • the io.smallrye:smallrye-fault-tolerance-context-propagation artifact is present (it provides alternative implementations of some internal services, loaded using ServiceLoader).