Rossen Stoyanchev opened SPR-17573 and commented
Reactor debugging features include:
- Stack trace collection at assembly time, i.e.
Hooks.onOperatorDebug(). Spring Boot enables this with devtools and it's also controlled via property spring.reactor.stacktrace-mode.enabled.
checkpoint operator with description string. This is of interest since it allows attaching information to exceptions in production without much overhead.
log operator for signals. Potentially of interest at TRACE log level to track emissions or and/or detect completion of processing stages.
tag operator for monitoring tools.
Affects: 5.1.3
Rossen Stoyanchev opened SPR-17573 and commented
Reactor debugging features include:
Hooks.onOperatorDebug(). Spring Boot enables this with devtools and it's also controlled via propertyspring.reactor.stacktrace-mode.enabled.checkpointoperator with description string. This is of interest since it allows attaching information to exceptions in production without much overhead.logoperator for signals. Potentially of interest at TRACE log level to track emissions or and/or detect completion of processing stages.tagoperator for monitoring tools.Affects: 5.1.3