Otávio Santana

Results 88 comments of Otávio Santana

Yes. You can create it dinamicly using the method `addFamilyObject` http://goo.gl/S1QHkO

It can use the name Class

Hello Flavio, how are you? By default, the result returns a `Stream` it is because it is lazy as a cursor. If you're using MongoDB the `Stream` fits you once...

@Emily-Jiang Currently, Jakarta EE 8 has support for Java 8; therefore, we cannot use Java 9. Hopefully, Reactive Streams Operators can have an implementation that has support to `Flow` in...

@hantsy That sounds like a good plan :)

@keilw Eclipse MicroProfile uses interfaces, that means we can use Flow as implementation. Right now there three implementations on Eclipse MicroProfile: * [Akka Streams](https://github.com/lightbend/microprofile-reactive-streams/tree/master/akka) * [Zero Dependency ](https://github.com/lightbend/microprofile-reactive-streams/tree/master/zerodep)- intended as...

@Emily-Jiang What do you think about this Eclipse MicroProfile project? Does it have a bright future? Does it worth creating this kind of extension?

@keilw I agree with you Werner, that why we'll create it as an extension and not directly in the RI. The goal to achieve here is an extension to get...