Actions
Architecture #10119
closedScala actors are deprecated in scala 2.11 and removed in 2.12: update inventory-endpoint
Status:
Released
Priority:
2
Assignee:
Category:
Architecture - Code maintenance
Target version:
Fix check:
Regression:
Description
They are removed and not replaced, see: http://docs.scala-lang.org/overviews/core/actors-migration-guide.html
And we use it :/ But just in one place, for inventory endpoint.
We need to use something else. Akka is a leviathan, we just want to have a MONOTHREADED async processing queue for inventories => monix should be ok.
It's critical to be able to migrate to scala 2.12.
Actions