Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a proper error handling mechanism in micro integrator #3843

Open
GDLMadushanka opened this issue Dec 18, 2024 · 0 comments
Open

Need a proper error handling mechanism in micro integrator #3843

GDLMadushanka opened this issue Dec 18, 2024 · 0 comments

Comments

@GDLMadushanka
Copy link
Contributor

Problem

Currently we are handling errors in mediation using the fault sequence. This is a global error catching a mechanism which catch all the errors. We need an improvement to support try-catch like fine grained mechanism to handle mediation errors.
Also we need a new method to throw an error from a mediation.

Proposed Solution

Introduce a mediator to throw errors from the mediation flow.
Add a new error hierarchy - similar to java
Implement the try catch mechanism using a new mediator.

Alternatives

No response

Version

4.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant