What's happening to my English too many Typo's sorry. Let me rephrase it
HTTP2 for fully pipelined out of order execution. other words I should be able
to send multiple requests through same TCP connection and by out of order
execution I mean if I send Req1 at t1 and Req2 at t2 where t1 < t2 and if Req 2
finishes before Req1 I should be able to get a response from Req2 first and then
a response from Req 1 even though Req1 was sent earlier but say it just took
longer.


Having a HTTP receiver for spark would be great because it is just very common
these days since lot of services these days communicate using HTTP. HTTP2 for
better performance.





On Fri, Aug 26, 2016 2:47 PM, kant kodali kanth...@gmail.com wrote:
HTTP2 for fully pipelined out of order execution. other words I should be able
to send multiple requests through same TCP connection and by out of order
execution I mean if I send Req1 at t1 and Req2 at t2 where t1 < t2 and if Req 2
finishes before Req1 I should be able to get a response from Req2 first and then
a response from Req 1 even though Req1 was sent earlier but say it just took
longer.
Having a HTTP receiver for spark would be great because it is just very common
these days since that of services these communicate using HTTP. HTTP2 for better
performance.





On Fri, Aug 26, 2016 2:20 PM, Jacek Laskowski ja...@japila.pl wrote:
Hi,
Never heard of one myself. I don't think Bahir [1] offers it, either. Perhaps
socketTextStream or textFileStream with http URI could be of some help?
What would you expect from such a HTTP/2 receiver? What are the requirements?
Why http/2? #curious
[1] http://bahir.apache.org/

Pozdrawiam,
Jacek Laskowski
----
https://medium.com/@jaceklaskowski/
Mastering Apache Spark 2.0 http://bit.ly/mastering-apache-spark
Follow me at https://twitter.com/jaceklaskowski
On Fri, Aug 26, 2016 at 9:42 PM, kant kodali < kanth...@gmail.com > wrote:
is there a HTTP2 (v2) endpoint for Spark Streaming?

Reply via email to