Renato Cavalcanti
Renato Cavalcanti
I run into this when compiling the ExampeSuite tests we added to the Akka Serverless Java SDK. We have two tests that define an alternative `Empty` message. The proto definition...
As suggested by @pawelkaczor in https://github.com/akka/akka-persistence-jdbc/commit/f3942ec7739cd932490ac9f5dead02ce5f72ab18#r59589841 To shortly describe that we mean by 'changes': Durable state replaces the previous state each time and it's not cumulative as in append-only event...
The initial goal is to provide a tool based on FlyWay. Enno has done some initial experiments and we are confident that its flexible and powerful enough to run all...
We should be more clear what it internal API and what not. I will say that for a plugin, most APIs are internal. The DAOs and eventually some utility classes...
Like any other project in the Akka org. There are a few warnings to remove as of today, but feasible.
None of the repos where I have branch protection configured gets the settings applied. I did two different tests without success. 1. new repo without any rule, rules are not...
https://travis-ci.com/github/akka/akka-management/jobs/466207654#L1153 ```scala - should be able to be created *** FAILED *** (1 second, 794 milliseconds) [info] The future returned an exception of type: akka.coordination.lease.LeaseTimeoutException, with message: Timed out removing...
Clustering support will fix issue related with timeout and passivation. A couple of days a go we realized that messages to actors that are being passivated could get timeouts. I...
The goal is to have an extension module that we can use Validated or Xor as return time for command handlers. Things that need to be added - It should...
We have invokers for command handlers (command side) that can be interpreted depending on the chosen backend (akka, in-memory, etc). The next step is to refactor the Projection to use...