What are the disadvantages of using Reactive Streams?

Technology CommunityCategory: SpringWhat are the disadvantages of using Reactive Streams?
VietMX Staff asked 3 years ago

The major disadvantages of using reactive streams are:

  • Troubleshooting a Reactive application is a bit difficult; be sure to check out our tutorial on debugging reactive streams for some handy debugging tips
  • There is limited support for reactive data stores, as traditional relational data stores have yet to embrace the reactive paradigm
  • There’s an extra learning curve when implementing