Configuration Reference

Version:3.4.0-SNAPSHOT

Micronaut Reactor Config Properties

🔗
Table 1. Configuration Properties for ReactorConfiguration
Property Type Description

reactor.enable-automatic-context-propagation

java.lang.Boolean

Enables thread-local propagation in the Reactor context (Only available when if Micrometer context propagation is on the classpath)

reactor.enable-schedule-hook-context-propagation

java.lang.Boolean

Enables propagation by instrumenting the schedule hook and capturing PropagatedContext when the job is scheduled.