-
Notifications
You must be signed in to change notification settings - Fork 4k
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
THRIFT-5833: Add ProcessorError #3063
Conversation
86f2045
to
eb48ad8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
lib/go/thrift/processor_factory.go
Outdated
// TProcessorError is the combined original error returned by the endpoint | ||
// implementation, and I/O error when writing the response back to the client. | ||
// | ||
// This type will be returned by Process function if there's an error happend |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// This type will be returned by Process function if there's an error happend | |
// This type will be returned by Process function if there's an error happened |
eb48ad8
to
f29a1e4
Compare
Client: go Provide ProcessorError as the combined error of write i/o error and original error returned by the endpoint implementation, and update compiler to use that in Process functions.
f29a1e4
to
01c134d
Compare
@dcelasun I renamed it from |
Client: go
Provide ProcessorError as the combined error of write i/o error and original error returned by the endpoint implementation, and update compiler to use that in Process functions.
[skip ci]
anywhere in the commit message to free up build resources.