Rafał Krzewski
Rafał Krzewski
A workaround that (I hope) is compatible both with Jasmine 1.x API (`addMatcherResult`) and Jasmine 2.x+ API (`addExpectationResult`) https://github.com/leebyron/testcheck-js/blob/master/integrations/jasmine-check/spec/jasmine-check.spec.js appears to be using Jasmine 1.x API. I would like to...
I've upgraded my test harness to jasmine 3.1.0 and karma-jasmine-html-reporter 1.1.0 and started getting tons of warnings of missing expectations in all my testcheck tests. This is where the check...
https://github.com/akka/akka/issues/20332 is slated for release in Akka 2.4.5
Etcd-client was extracted to separate project https://github.com/maciej/etcd-client that is now published to Maven Central: [me.maciejb.etcd-client](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22me.maciejb.etcd-client%22) A few cleanups are in order: - [x] add dependency to sbt project - [x]...
Idle timeouts are not yet implemented in Akka HTTP https://github.com/akka/akka/issues/17732 Until then, a workaround using `Flow.takeWithin` should be impelemented.
Akka 2.4.1 has two `MemberEvent`: `MemberJoined` and `MemberLeft` that have no indication in the demo application UI. `MemberExited` that as already present before had no indication either. Since the status...
Currently a follower node fetches a list of seeds once and attempts to join the cluster using this address list. If the seed list out of date because of leader...
`ClusterDiscoveryActor` instance on node that lost leader election should subscribe to cluster events and in case it's host node was appointed to be the new leader of Akka cluster should...
Currently if writing the entry fails and subsequently the node in question is removed before etcd operation retry time elapses, write will be retried until successful, resulting in a useless...