Dmitry Avershin
Dmitry Avershin
@marcospereira hi, can I pick this one?
hi, is this one up for picking or is it already fixed by #129 ?
hi, sure, I can take a look On Sun, 7 Oct 2018 at 10:41, Mauro Cicolella wrote: > @dmitraver would you like to take a look > at this? >...
@mcicolella I haven't tested the code yet (there are no automated tests afaik) but can you please take a look to check that what I wrote even makes sense :)
I think its already implemented https://github.com/ktoso/akka-raft/blob/master/src/main/scala/pl/project13/scala/akka/raft/Leader.scala#L53 https://github.com/ktoso/akka-raft/blob/master/src/main/scala/pl/project13/scala/akka/raft/Leader.scala#L65
@colin-scott Are you planning to make a pull request with all your changes?
@ktoso Good news :) I'm looking forward to that
Hi Arne! I've also thought about creating a version of module for Java users. As I know there was a module for the first version of Play Framework but I...
Good point. @ktoso Are you considering contributions for features like that? As far as I know akka remoting supports plugable transport implementation or its more complicated than that?
It looks like akka remoting supports transport via udp. Netty transport has an udp mode. I've just tried to change the activator template akka-sample-remote-scala to use udp ``` remote {...