gosonzhang commented on PR #8872: URL: https://github.com/apache/inlong/pull/8872#issuecomment-1713090012
@EMsnap, if the caller only catches exceptions without checking whether the processing return result has failed, this implementation logic itself is a bug: throwing exceptions and returning error codes are only changes in the return method of the discovered problems, they both express processing errors and sending failures. The caller need captures exception and check the call return result -- 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]
