apache / pekko-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Apache Pekko Actors can recover state
https://pekko.apache.org/
Apache License 2.0
11 stars 14 forks source link

replace use of deprecated statefulMapConcat #114

Closed pjfanning closed 6 months ago

pjfanning commented 7 months ago

https://github.com/search?q=repo%3Aapache%2Fincubator-pekko-persistence-jdbc%20statefulMapConcat&type=code

any interest in taking this on @mdedetrich, @kerr ?

mdedetrich commented 6 months ago

Is this still relevant since we actually decided to undeprprecate it due to performance reasons?

pjfanning commented 6 months ago

statefulMapConcat deprecation has been undone