Hello, During our migration towards pekko, I noticed that we are using a library (2500 lines of code) called akka-persistence-inmemory <https://github.com/dnvriend/akka-persistence-inmemory> which is used to test akka persistence in our test cases. Now I need equivalent library for pekko to migrate successfully.
I would love to port everything to pekko and maintain it, but now questions is - it would be nice to publish with organisation org.apache.pekko - this library is under apache2 license -- Regards, Seeta Ramayya Vadali