• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is Reactive Spring Data worth it?

 
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Spring 5 introduced Reactive Spring Data (RSD) and there are a few different clients which are currently supported (MongoDB, Apache Cassandra and Redis).
You can read more about RSD here https://spring.io/blog/2016/11/28/going-reactive-with-spring-data.
As much as Spring is a standard, I think that part of it's popularity could be it's use of standards such as JDBC.

It's totally possible that RSD, still being in it's early days, that other frameworks and libraries will being using it.
I think that you may be able to use RSD even if there is no supported client for the database in question (but I could be wrong).

Have said all of that, I strongly suspect that currently many of the Spring projects out there will not move to RSD for some time.
Is now the time to learn RSD and start using it?
 
author
Posts: 469
20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Pete,

This the 'best' time to get into reactive Spring. Reactive support for JDBC will be there once reactive JDBC drivers (which are being developed) are available. Btw, these days many applications don't even use typical JDBC databases.

regards
Ashish
 
Pete Letkeman
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Ashish.

It does seem like now may be the time to get in as this technology is starting to be adopted by companies and frameworks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic