Cloud Native ComputingDevelopersDevOpsNews

Lightbend Akka Distributed Cluster Enables Businesses To Maximize Cloud Capabilities

0

Lightbend, the company providing cloud-native microservices frameworks for some of the world’s largest brands, has announced the launch of Akka Distributed Cluster (Akka v.23.05). It brings innovative new capabilities for accelerating data delivery to users; maintaining application availability even in the event of a cloud provider outage; cutting costs by minimizing data storage expenses and reducing server data traffic; and conserving developer time.

These new features, combined with Akka, one of the most powerful platforms for distributed computing, give enterprises looking to build mission-critical cloud native applications in less time than ever.

Akka Distributed Cluster is comprised of the following:

  • Brokerless Pub/Sub: Experience low-latency, high-performance Publish-Subscribe over gRPC, with guaranteed delivery, eliminating the need for message broker management. This ensures efficient operation in memory-constrained environments, from the central Cloud to the Far Edge.
  • Brokerless Pub/Sub Event Filtering: Building on Brokerless Pub/Sub, this enhancement allows dynamic event filters on the producer or consumer side to prevent sending and processing unnecessary data. Consequently, network costs are reduced, and hardware resources are freed up by only transferring the required data when needed. This feature is particularly crucial at the Edge.
  • Active-Active Event Sourcing: Utilize distributed event journal replication—running on gRPC, leveraging CRDTs, and the new Brokerless Pub/Sub for ultra-efficient, low-latency replication. This guarantees eventual solid consistency of event-sourced actors/entities across different data centers or Point-of-Presences at the Far Edge.
  • Durable State Queries: Search for data on multiple fields without additional read models, reducing the cost and time spent storing and interacting with duplicate data.