[
https://issues.apache.org/jira/browse/THRIFT-5073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz resolved THRIFT-5073.
------------------------------------------
Resolution: Duplicate
Same request as THRIFT-6210, which describes the current behaviour on master
and the options; the two PRs linked above were closed. Resolving as a duplicate
so the discussion happens in one place.
_This comment was created with AI assistance._
> Golang: Interceptor for processor handler
> -----------------------------------------
>
> Key: THRIFT-5073
> URL: https://issues.apache.org/jira/browse/THRIFT-5073
> Project: Thrift
> Issue Type: Improvement
> Components: Go - Compiler
> Affects Versions: 0.13.0
> Reporter: Serhii
> Priority: Major
> Time Spent: 8.5h
> Remaining Estimate: 0h
>
> Hi.
> Thank for this great project. But I think we can introduce some improvements
> which will be are useful for other developers.
> Inspired by
> https://github.com/grpc/grpc-go/blob/master/examples/features/interceptor/server/main.go.
> Interceptors give opportunities for:
> * Logging input request and response
> * We can log panic situation and return TApplicationException to client
> instead of EOF.
> * We can intercept request and do stuff like some validation, etc.
> Usage example:
> https://gist.github.com/voodoo-dn/6af6cf54b8145cc3d4d87d888c4bf907
> Pull request: https://github.com/apache/thrift/pull/1992
--
This message was sent by Atlassian Jira
(v8.20.10#820010)