fcabestre / Scala-MQTT-client

A Scala MQTT client library
Apache License 2.0
49 stars 13 forks source link

Replacing Akka IO with Akka Streams #5

Open fcabestre opened 8 years ago

fcabestre commented 8 years ago

In order to take advantage (at least) of back-pressuring for free, let's use Akka Streams instead of Akka IO.

allixender commented 8 years ago

+1 :-) Nice work by the way :-)

On 24/01/16 05:36, Frédéric Cabestre wrote:

In order to take advantage (at least) of back-pressuring for free, let's use Akka Streams instead of Akka IO

— Reply to this email directly or view it on GitHub https://github.com/fcabestre/Scala-MQTT-client/issues/5.Web Bug from https://github.com/notifications/beacon/AERrLdTq3GV0ORzmuF-sH_Na_qtPO8vLks5pc6OPgaJpZM4HK9DF.gif

fcabestre commented 8 years ago

Thank you :smile:. I try to do my best to reactivate (reanimate?) this pet project by the way.

francisdb commented 8 years ago

Also interested in this :+1:

allixender commented 8 years ago

Hi @fcabestre ,

would be great. We, @grmpfhmbl and I @allixender, are using it experimentally in a research project, linking a Raspberry PI to an online/cloud MQTT link. This #Scala-MQTT-client is by far the most practical link we have seen so far.

If you like, we can cite your software in a research article? @grmpfhmbl built a nice use case :-) If you think we could contribute, and be it only testing or some shared documentation or so, let us know.

Cheers, Alex

fcabestre commented 8 years ago

Well, if you think it deserves it, I'll of course be happy :smile: