Skip to content

malon875875/debugging-reactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

debugging-reactor

In this video we look at how to debug Reactor Applications

https://www.youtube.com/watch?v=0oI_-xBhAK8

also, look up Reactor Debug Agent

summary

  • use Logging a sequence
    • traces and logs events in an asynchronous sequence
  • use Checkpoints
    • checkpoint message will appear in the log if the previous step in the stream had an error
    • all subsequent checkpoints after that will appear in the log, regardless if they have errors or not
  • use Reactor Debug Agent
    • Reactor Debug Agent preprocesses the application's code before the application starts up
    • it gives a more useful and comprehensive stacktrace

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages