Johan Andrén

Results 203 issues of Johan Andrén

WIP for a 2.0 based on Akka 2.6/Akka Typed * Use typed for actors * jackson for serialization Still todo port persistent crontab to EventSourcedBehavior

Docs in master is no good because it will always be out of sync. Should move to github pages.

enhancement

Consider these cases: ``` scala Future { Thread.sleep(5000); false } && Future.successful(false) Future { Thread.sleep(5000); false } || Future.successful(true) ``` We could make them resolve as fast as the fastest...

enhancement

Here's a quick shot at doing ack:ing with configurable parallelism. I think it brings at least one consequence to the surface that would never be acceptable in a real world...

Release Akka gRPC 2.4.3 ### Cutting the release - [x] Check that open PRs and issues assigned to the milestone are reasonable - [x] If PRs were merged after EU...

Right now the protoc-jar library does it's own resolution which I think side steps maven proxy config, and the jar also includes a few dated protoc exes, if we could...

maven

# Release Alpakka 8.0.0 ### Cutting the release - [x] Check that open PRs and issues assigned to the milestone are reasonable - [x] Update the Change date and version...

Release Alpakka Kafka 6.0.0 ### Cutting the release - [x] Check that open PRs and issues assigned to the milestone are reasonable - [x] For minor or major versions, update...

Something dodgy with the CI tests, I've seen a couple of times now, one of them taking a long long while, looking at the logs tests are failing, looks like...

failed