Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Reactive Programming with Reactor

You're reading from   Hands-On Reactive Programming with Reactor Build reactive and scalable microservices using the Reactor framework

Arrow left icon
Product type Paperback
Published in Sep 2018
Publisher Packt
ISBN-13 9781789135794
Length 250 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (13) Chapters Close

Preface 1. Getting Started with Reactive Streams 2. The Publisher and Subscriber APIs in a Reactor FREE CHAPTER 3. Data and Stream Processing 4. Processors 5. SpringWebFlux for Microservices 6. Dynamic Rendering 7. Flow Control and Backpressure 8. Handling Errors 9. Execution Control 10. Testing and Debugging 11. Assessments 12. Other Books You May Enjoy

Testing and Debugging

Throughout this book, we have covered Reactor in great detail, working with its various operators and building examples using them. However, writing code is only half of the job. All production code must also be verified with adequate unit tests. These tests not only validate our code, but they also enable us to make changes faster. If we refactor code, the tests ensure that our change has not broken any existing functionality. In this chapter, we will cover the testing support offered by Reactor. Testing business code will catch most of the issues, but the code will fail in production. In such scenarios, the code needs to be debugged in order to find the root cause of the failure. In this chapter, we will also cover some basic techniques to debug Reactor pipelines.

In this final chapter, we will learn how to:

  • Test Reactor pipelines
  • Debug Reactor streams...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £16.99/month. Cancel anytime