typesafehub / akka-contrib-extra

ConductR Akka contributions
Other
9 stars 16 forks source link

Remove reconnection facilities #30

Closed ktoso closed 9 years ago

ktoso commented 9 years ago

They've proved to be "not enough", and more fancy solutions had to be implemented in projects. In order to avoid people depending on these we should remove them.

The functionality is (a core building block for it) will be implemented in akka-streams directly. See these tickets to track progress: https://github.com/akka/akka/issues/16985 https://github.com/akka/akka/issues/16882

huntc commented 9 years ago

Thanks Konrad. Could I get a PR out of you for this?

ktoso commented 9 years ago

yes, it's coming tomorrow :) (gotten my todo-lists in shape..)

huntc commented 9 years ago

That's awesome. Thanks @ktoso

ktoso commented 9 years ago

Thanks for closing / merging @2m!

ktoso commented 8 years ago

Current recommendation: https://github.com/akka/akka-stream-contrib/blob/master/contrib/src/main/scala/akka/stream/contrib/Retry.scala