Kavishankarks opened a new pull request, #61:
URL: https://github.com/apache/flink-agents/pull/61

   This pull request ensures that all Event objects dispatched via 
RunnerContext.sendEvent() are JSON serializable, preventing silent failures or 
misbehaving agents downstream.
   
   Added JsonUtils.checkSerializable(event) inside sendEvent() of 
RunnerContextImpl.
   
   Throws an IllegalArgumentException if serialization fails, with a 
descriptive message.
   
   Cleaned up Event.java comment referencing the serialization requirement.
   


-- 
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]

Reply via email to