spring-boot-starter-actor icon indicating copy to clipboard operation
spring-boot-starter-actor copied to clipboard

Actors kindly introduced to Spring

Results 14 spring-boot-starter-actor issues
Sort by recently updated
recently updated
newest added

## Description ## Changes Made ## Additional Context

## Description Tests showed noisy WARN logs from Pekko's CoordinatedShutdown during teardown: ``` WARN o.a.pekko.actor.CoordinatedShutdown: Could not addJvmShutdownHook, due to: Shutdown in progress ``` This occurs when Spring test contexts...

## Description Adds support for Pekko's Receptionist, enabling dynamic actor discovery by service type rather than requiring exact actor names. This addresses the gap where actors must currently be discovered...

Hi, First of all, thanks for the great work on spring-boot-starter-actor! I was reviewing the persistence example provided in the documentation, and I noticed that it uses JPA for database...

## Description Implements Spring Boot-friendly testing infrastructure by wrapping Pekko TestKit. Provides `@EnableActorTesting` annotation, `SpringActorTestKit`, and `ActorTestProbe` for simplified actor testing in Spring Boot contexts. ## Changes Made **Core Testing...

## Description Adds production-ready examples showing Pekko Streams integration with Spring actors. Uses Pekko Streams API directly without reimplementation, following roadmap guidance to avoid 6-8 weeks of unnecessary wrapper development....

## Description Implements developer-friendly error messages that automatically detect common failure scenarios and provide actionable troubleshooting guidance. Transforms generic exceptions into contextual messages with hints, documentation links, and actor context....

## Description Implements cluster singleton documentation and split brain resolver with comprehensive testing coverage (Phases 1-2 of roadmap/5-clustering). Critical focus on split brain resolution testing per requirements. ## Changes Made...

## Description Implements security infrastructure for production cluster deployments, focusing on TLS/SSL encryption for actor-to-actor communication. Creates comprehensive roadmap for authentication, authorization, audit logging, and rate limiting. ## Changes Made...