Reactive Streams for the JVM hits 1.0.0
reactive-streams.org
Reactive Streams for the JVM hits 1.0.0
1–10 of 18 posts
Re: Reactive Streams for the JVM hits 1.0.0
#2Is this still the case? I guess with it hitting 1.0 it's more likely now, but I'd still be interested to hear if anyone's had much experience with this up until now.
Re: Reactive Streams for the JVM hits 1.0.0
#3I remember seeing a talk on this around a year ago, and while it did have some important backing and solve some interesting problems, there wasn't much in terms of examples of people using it in production. Is this still the case? I guess with it hitting 1.0 it's more likely now, but I'd still be interested to hear if anyone's had much experience with this up until now.
Re: Reactive Streams for the JVM hits 1.0.0
#4I remember seeing a talk on this around a year ago, and while it did have some important backing and solve some interesting problems, there wasn't much in terms of examples of people using it in production. Is this still the case? I guess with it hitting 1.0 it's more likely now, but I'd still be interested to hear if anyone's had much experience with this up until now.
I think this convention is one for the future and this release marks the start of adoption. I think the hope is that more implementations will come in the future and one goal is to allow the simple connection of reactive streams and allow the building complex distributed systems.
Also interestingly it looks like this concept might make it into jdk9 as Flow - https://github.com/reactive-streams/reactive-streams-jvm/iss...
Re: Reactive Streams for the JVM hits 1.0.0
#5I remember seeing a talk on this around a year ago, and while it did have some important backing and solve some interesting problems, there wasn't much in terms of examples of people using it in production. Is this still the case? I guess with it hitting 1.0 it's more likely now, but I'd still be interested to hear if anyone's had much experience with this up until now.
In the same page you can find a list of compliant implementations like AKKA or RxJava, so you can easily check out one of them and see how they are implementing these concepts under the hood. The general purpose is good, it makes the switch from framework X to Y easier with the declared goal of provide a standard for asynchronous stream processing with non-blocking back pressure, but, as said before, there's nothing more than that.
About the production, well, some of the listed libraries are widely used, so I guess there are a lot of people actually using this concept in production.
Then, if you want to go further, you can search for Duality, that seems an evolution of Reactive Programming and Reactive Streams.
Re: Reactive Streams for the JVM hits 1.0.0
#6Re: Reactive Streams for the JVM hits 1.0.0
#7I think the Java community has done something really amazing here. As a C# fanboy it's hard for me to admit, but while reactive extensions have been in the C# ecosystems for much longer - it seems like a wide variety of vendors lined up backing Reactive Streams in Java in their drivers (where there aren't a lot of vendors backing up their kind words with an Rx implementation in C#). Nice work.
Re: Reactive Streams for the JVM hits 1.0.0
#8non-blocking back pressure
How does that even relate? All I can think of is sticking a potato into a car exhaust.
Re: Reactive Streams for the JVM hits 1.0.0
#9While this looks very interesting, and I'll probably push for using it in production shortly, I can't help but wonder what some of their marketing talk even means. non-blocking back pressure How does that even relate? All I can think of is sticking a potato into a car exhaust.
Re: Reactive Streams for the JVM hits 1.0.0
#10While this looks very interesting, and I'll probably push for using it in production shortly, I can't help but wonder what some of their marketing talk even means. non-blocking back pressure How does that even relate? All I can think of is sticking a potato into a car exhaust.