Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Akka 2.5 #1113

Closed
seglo opened this issue May 13, 2020 · 2 comments · Fixed by #1209
Closed

Drop support for Akka 2.5 #1113

seglo opened this issue May 13, 2020 · 2 comments · Fixed by #1209
Milestone

Comments

@seglo
Copy link
Contributor

seglo commented May 13, 2020

Short description

Akka 2.6 has been out for some time now. In Alpakka Kafka 2.1.0 we should drop support for 2.5 and build with Akka 2.6 only. This will allow us to simplify the build and release process.

Details

  • Integrate cluster-sharding module back into build
  • Add some support for using Akka typed APIs. Internally we can still rely on a classic actor system.
@dhoepelman
Copy link

Just a chime in, my company is running largely on Play 2.7 because play(-json) 2.8 contains a major breaking change for us, so that also means akka 2.5. Play 2.8 also isn't out for that long (dec 2019)

@raboof
Copy link
Contributor

raboof commented May 15, 2020

my company is running largely on Play 2.7 because play(-json) 2.8 contains a major breaking change for us, so that also means akka 2.5

Thanks for bringing that up!

Because of Akka's binary compatibility, using Play 2.7 with Akka 2.6 should work just fine. Did you run into any problems with that update?

@seglo seglo added this to the 2.1.0 milestone May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants