v2.5.1
Release 2.5.1 addresses a reported issue of failing postStop
action on viaParquet
in Akka module. By design Akka is supposed to not allow concurrent calls to flow's logic, however, the reported error could only be caused by that. In order to mitigate the problem the state of the flow is now held in a concurrent map.