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

Propagate errors of writers to the client #11

Merged
merged 1 commit into from
Aug 6, 2020
Merged

Conversation

simonswine
Copy link
Collaborator

Previously we did not signal anything back to remote writers.

This will error with a 502, if no writer has been configured and a 500 if there is any error happening with the writer.

@jtlisi
Copy link

jtlisi commented Aug 5, 2020

Makes sense, 5** status codes will trigger a writer to spool if written too directly which would be the desired behavior here.

@simonswine simonswine merged commit 769b7ac into master Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants