-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
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 propertyspring.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
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement