Replies: 2 comments 3 replies
-
I haven't looked too closely but I think the components you link to are indeed 'cloud platform' wrappers that we likely won't adopt in Pekko. In Pekko, you'd use the more low-level counterparts (respectively Event Sourcing, Durable State and Projections) 'directly' |
Beta Was this translation helpful? Give feedback.
-
I'm not an expert, but I've looked into it and this new API seems to be bundled as part of something called the Akka SDK, but the term is confusingly used for both:
I have no interest for the CLI, but I guess some people might like it. However, I think what's most impactful is the clean, productive new API for building stateful services, without getting entangled in licensing. But it’s unclear to me how tightly the new APIs are coupled to the commercial side (e.g., are there validation hooks, license checks, or runtime-enforced dependencies?). The code is under BSL, so it's visible, but I don't really know where to look. I would love to hear if there’s interest in prototyping a Pekko-native version of this idea - or if others have looked into how cleanly the API can be separated. Of course, all of this can only happen once it's under the Apache License in some time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I’m trying to understand the future of Akka's new high-level APIs like Event Sourced Entities, Key Value Entities, and Views.
docs: https://doc.akka.io/java/components/index.html
They look great, but I’m unclear on whether they’re going to be available under an Apache 2.0 license after 3 years because of the BSL, or if these APIs are part of a permanent vendor lock-in path.
In other words, will they eventually be available for open-source or are they tied to their platform cloud offerings?
If they will become open source, are there any plans to make them available on Pekko?
I’d appreciate any clarification or community insights.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions