Johan Andrén
Johan Andrén
In #243 I added support for eclipse to pick up/understand that the akka-grpc plugin is part of a maven build and is a source code generator that needs to be...
Sister-ticket of akka/akka#27155 We since previously have a request to migrate to JUnit 5 but since the demand has been so low I'm not sure if we want to do...
Seen in the forums here: https://discuss.lightbend.com/t/akka-http-mapresponse-ignores-some-responses/1975/6 Intuitively request timeouts happens while in the routing tree, but actually that's not how they are implemented, which means that for example `mapResponse` does...
https://jenkins.akka.io:8498/job/akka-http-nightly/AKKA_VERSION=master,Node=akka-http-nightly-node,SCALA_VERSION=2.13.1,jdk=AdoptOpenJDK%208/82/testReport/junit/akka.http.impl.engine.client/HostConnectionPoolSpec/NewPoolImplementation_on_AkkaHttpEngineTCP_should_if_connecting_attempt_fails__backup_the_next_connection_attempts/ ``` 2 was not greater than or equal to 3 at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:339) at org.scalatest.matchers.should.Matchers$ShouldMethodHelperClass.shouldMatcher(Matchers.scala:6783) at org.scalatest.matchers.should.Matchers$AnyShouldWrapper.should(Matchers.scala:6822) at akka.http.impl.engine.client.HostConnectionPoolSpec$$anon$20.(HostConnectionPoolSpec.scala:465) at akka.http.impl.engine.client.HostConnectionPoolSpec.$anonfun$testSet$32(HostConnectionPoolSpec.scala:437) at akka.http.impl.engine.client.HostConnectionPoolSpec$EnhancedIn$1.$anonfun$inWithShutdown$1(HostConnectionPoolSpec.scala:90) ```
Continuation of akka/akka#18709 We currently do not support websocket extensions (i.e. registering "an extension" in the server, or requesting one in the client). Currently we see no strong need to...
Is missing, we should port the Scala sample when we have completed #186
Same as PR #55 but against the 2.5 branch
And how to configure them for that. Sister ticket to https://github.com/akka/akka/issues/30857
The durable state has a two-step operation when updating the state, first picking up a new global unique seq number and then the actual insert/update (see `JdbcDurableStateStore`. I think we...
Noticed with the, somewhat synthetic, `JournalPerfSpec` from the persistence tck, compared to 4.0.0 5.0.0 is an order of magnitude slower for `persistAsync`. I have only verified the results against a...