DEV Community

Discussion on: Don't Drink Too Much Reactive Cool Aid

Collapse
 
yuriykulikov profile image
Yuriy Kulikov

As any other technology, reactive has to be taken with a grain of salt. I am currently working on a project where reactive was a great fit (a lot of persistent data streams, e.g. sensor data). However, I would consider other choices for a less "stream"-heavy application (like Kotlin koroutines).

Collapse
 
stealthmusic profile image
Jan Wedel

Getting loads of sensor data is definitively a good fit for reactive applications, but make sure you decouple persisting and enriching with master data to another service of possible.