Cuba and Spring 5 and reactive stream

Does cuba platform have plan to use spring 5 ? hence it can utilize reactive stream capability especially for REST API

thanks

Hi,

there has been a discussion around that topic a while ago you might want to take a look into:

However, are you using the normal RDBMS data storage mechanisms with CUBA & JPA & JDBC? In this case you are probably blocked anyway. See this reddit discussions as well: https://www.reddit.com/r/java/comments/7jmkh1/reactive_web_with_jdbc_what_is_the_benefit/

However, i guess Spring 5 will come in the next major version of CUBA 7 (e.g. https://youtrack.cuba-platform.com/issue/PL-8936) but i’m not sure about it. Generally CUBA has kept up pretty well with version updates of underlying technologies, so I expect that to happen. But the persons working on it might have more insights on this…

bye
Mario

I see, there is bottleneck in implementing reactive when using rdbms storage ordinary mechanism

Ok, how about if we can put jdbc pooling like hikaricp ? does it help ?