Don't we recommend upgrading to Akka 2.6 before migrating to Pekko?
Unless I'm mistaken akka-persistence-inmemory doesn't work with Akka 2.6 so
they would have to migrate to akka-persistence-jdbc/H2 first anyway.

On Thu, 1 Jun 2023 at 13:38, Claude Warren, Jr
<claude.war...@aiven.io.invalid> wrote:

> If pekko-persistence-jdbc works with H2 and is a reasonable replacement for
> akka-persistence-inmemory I think that should be documented in the
> migration document.  Not sure who is handling that at the moment.
>
> On Thu, Jun 1, 2023 at 11:24 AM Nicolas Vollmar <nvoll...@gmail.com>
> wrote:
>
> > Yes, pekko/akka-persistence-jdbc has explicit support for H2 and we are
> > using that combination for all our non-integration testing.
> > It is a bit more complicated to set up due to the db involved, but it
> works
> > pretty well.
> >
> > On Thu, 1 Jun 2023 at 12:07, PJ Fanning <fannin...@gmail.com> wrote:
> >
> > > Nicolas - do you know if in-memory databases like h2 work well with
> > > akka-persistence-jdbc/pekko-persistence-jdbc ?
> > >
> > > On Thu, 1 Jun 2023 at 11:03, Nicolas Vollmar <nvoll...@gmail.com>
> wrote:
> > > >
> > > > We used this library in the past but switched to
> akka-persistence-jdbc
> > > for
> > > > testing when we updated to Akka 2.6 as it doesn't support anything
> > newer
> > > > than Akka 2.5.
> > > > There weren't any changes in years, we and others also made pull
> > requests
> > > > but never got any response, I'd consider it pretty much dead at this
> > > point.
> > > >
> > > > On Thu, 1 Jun 2023 at 11:37, PJ Fanning <fannin...@gmail.com> wrote:
> > > >
> > > > > Is there any chance that the conversation could be started with
> > Dennis
> > > > > Vriend? Maybe he would be amenable to releasing Pekko versions of
> > some
> > > > > of his Akka projects.
> > > > >
> > > > > On Thu, 1 Jun 2023 at 10:32, seetaramayya vadali <
> srvad...@gmail.com
> > >
> > > > > wrote:
> > > > > >
> > > > > > Thanks PJ for the swift response.
> > > > > >
> > > > > > On Thu, Jun 1, 2023 at 11:29 AM PJ Fanning <fannin...@gmail.com>
> > > wrote:
> > > > > >
> > > > > > > Thanks Seeta. Right now, there are too few active Pekko
> > > contributors.
> > > > > > > Taking stuff in Apache is harder than having an outside group
> or
> > > > > > > individual do the fork.
> > > > > > > Apache projects require:
> > > > > > > * code grants - explicit permission from the original authors
> to
> > > let
> > > > > > > us have the code
> > > > > > > * all the branding needs to change
> > > > > > > * votes required - in Pekko community and Incubator community
> > > > > > >
> > > > > > > There are other Akka community projects and some people will
> want
> > > them
> > > > > > > ported to Pekko too.
> > > > > > >
> > > > > > > In the end, we have to draw some lines or we will never release
> > > > > anything.
> > > > > > >
> > > > > > > The priority is Akka projects where the license was changed to
> > > non-OSS
> > > > > > > Business Software License.
> > > > > > >
> > > > > > > Other people might have a different opinion but I will be
> voting
> > > no on
> > > > > > > projects like akka-persistence-inmemory.
> > > > > > >
> > > > > > > On Thu, 1 Jun 2023 at 10:23, seetaramayya vadali <
> > > srvad...@gmail.com>
> > > > > > > wrote:
> > > > > > > >
> > > > > > > > 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
> > > > > > >
> > > > > > >
> > > ---------------------------------------------------------------------
> > > > > > > To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org
> > > > > > > For additional commands, e-mail: dev-h...@pekko.apache.org
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > Regards,
> > > > > > Seeta Ramayya Vadali
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org
> > > > > For additional commands, e-mail: dev-h...@pekko.apache.org
> > > > >
> > > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org
> > > For additional commands, e-mail: dev-h...@pekko.apache.org
> > >
> > >
> >
>

Reply via email to