-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Change default onErrorDropped to log instead of bubbling error #1431
Comments
An additional point, beyond the bubble vs log question is what kind of log level to use? Is it seen more as information for debugging or as actual errors to be corrected, and can anything even be done? If there isn't in many cases that would be an argument for |
|
Should we change the default behavior from bubbling to logging for premature terminated flows observing errors ?
Should we add an extra callback in case like Flux/Mono#onErrorDiscard ?
The text was updated successfully, but these errors were encountered: