He-Pin opened a new pull request, #2808:
URL: https://github.com/apache/pekko/pull/2808

   ## Motivation
   
   Replicated Event Sourcing only supported direct replication via the built-in 
mechanism. External transport (e.g., through Projections) was not possible.
   
   ## Modification
   
   Added replyTo ack support to PublishedEventImpl, lossyTransport marker, 
externalReplication API, NoPlugin guard, updated sequence number gap handling 
for lossy vs non-lossy transports, and full serialization support.
   
   ## Result
   
   Enables replicated events to be transported through external mechanisms like 
Projections, with proper ack support and transport-aware gap handling.
   
   ## References
   
   - Upstream commit: 
[akka/akka-core@3cbed9032a](https://github.com/akka/akka-core/commit/3cbed9032a),
 which is now Apache licensed.
   - Cherry-picked from akka/akka-core v2.8.0 (released Sept 2022, BSL -> 
Apache 2.0 after 3 years).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to