Skip to content

v2.5.1

Compare
Choose a tag to compare
@mjakubowski84 mjakubowski84 released this 04 May 11:22
· 123 commits to master since this release

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.