mohit-devlogs opened a new pull request, #785:
URL: https://github.com/apache/wayang/pull/785

   This PR makes the JdbcExecutor more robust by ensuring that it handles 
situations where there are either zero consumers or multiple consumers of the 
execution task gracefully.
   
   Change:
   
   Returns null if the output channel has zero consumers rather than assuming 
that there is exactly one consumer.
   Throws a helpful WayangException if there are multiple consumers of the 
execution task rather than making any unchecked assumptions.
   Keeps the existing behavior intact for the typical case of having exactly 
one consumer.
   
   This PR replaces my earlier PR for the same change. The branch has been 
recreated from the latest main after upstream refactoring made rebasing the 
previous branch impractical.


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