avoiding-reactor-meltdown
avoiding-reactor-meltdown copied to clipboard
Demo for the Avoiding Reactor Meltdown Talk
Avoiding Reactor Meltdown
Demo project for the Avoiding Reactor Meltdown talk presented at SpringOne Platform 2019.
Branches:
start- state at the start of the demo, with improper blocking calls- BlockHound disabled
GreetingControllercontains call that will block event loop
master- reactive solution with proper handling of blocking calls- BlockHound enabled
GreetingControllercallsGreetingReactiveServiceGreetingReactiveServiceImplwraps blocking call toGreetingServiceproperly