Does it mean it misses another issue CXF-XXXX "Integrate Rx with HTTP/2"? https://github.com/apache/tomcat/blob/TOMCAT_9_0_0_M6/java/javax/servlet/http/PushBuilder.java looks super promishing. Only question I have is should the runtime provide some fallback mecanism if HTTP/2 is not supported or just fail.
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2016-05-19 17:59 GMT+02:00 Sergey Beryozkin <[email protected]>: > Hi Romain > > Good to hear from you :-) > > https://issues.apache.org/jira/browse/CXF-6349 > > Cheers, Sergey > > > On 19/05/16 16:54, Romain Manni-Bucau wrote: > >> Hi Sergey, >> >> very interesting, >> >> would it be crazy to integrate with HTTP/2 (servlet 4) too to have a real >> reactive server to client implementation (ie if I produce a "list" I can >> produce it by item and client would read it by item?) >> >> >> Romain Manni-Bucau >> @rmannibucau <https://twitter.com/rmannibucau> | Blog >> <http://rmannibucau.wordpress.com> | Github < >> https://github.com/rmannibucau> | >> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber >> <http://www.tomitribe.com> | JavaEE Factory >> <https://javaeefactory-rmannibucau.rhcloud.com> >> >> 2016-05-19 17:41 GMT+02:00 Sergey Beryozkin <[email protected]>: >> >> Hi Christian >>> >>> https://issues.apache.org/jira/browse/CXF-6833 >>> >>> Please see the links with the code updates, >>> Any ideas how it can be pushed further ? >>> So far what I plan is to support Observable as JAX-RS 2.1 Reactive >>> invoker >>> on the client side, but that would be more of the cosmetic thing, so I >>> wonder how much else can be done at the CXF level to go even further as >>> far >>> as supporting Observable is concerned, besides of what is already on the >>> trunk. >>> >>> FYI, supporting Java 8 CompletableFuture is also on the map >>> Sergey >>> >>> >>> >> > > -- > Sergey Beryozkin > > Talend Community Coders > http://coders.talend.com/ >
