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

   ## Motivation
   
   Typed EventEnvelope lacked metadata fields needed for advanced event 
processing -- specifically whether an event was filtered and what source 
produced it.
   
   ## Modification
   
   Added filtered (Boolean) and source (String) fields to typed EventEnvelope 
with backward-compatible defaults. Updated protobuf schema, serializer, and 
factory methods.
   
   ## Result
   
   Enables downstream processors to distinguish filtered events and trace event 
sources for debugging and routing.
   
   ## References
   
   - Upstream commit: 
[akka/akka-core@c9e4fa6f9f](https://github.com/akka/akka-core/commit/c9e4fa6f9f),
 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