nosql icon indicating copy to clipboard operation
nosql copied to clipboard

ReactiveStreams/Flow support

Open hantsy opened this issue 3 years ago • 1 comments

almost all data related project, such as Spring Data, MicroauntData have added ReactiveStreams/Flow support, Jakarta EE/MP also includes a ReactiveStreams operates spec.

Consider ReactiveStreams or Java Flow support.

hantsy avatar Aug 08 '22 02:08 hantsy

We have this in mind. We also have this on the implementation:

https://github.com/eclipse/jnosql/tree/main/jnosql-mapping/jnosql-mapping-reactive

We're using the Jakarta Reactive.

We still waiting for the decision about the relationship between Jakarta and MicroProfile:

  • Can we use it on the spec?
  • Should we replicate it on the Jakarta EE side?
  • Who will support the same API twice?

otaviojava avatar Aug 08 '22 20:08 otaviojava