Matt Topol created ARROW-13225:
----------------------------------
Summary: [Go][Flight] Implement Custom Middleware Interface and
Enable Integration Tests
Key: ARROW-13225
URL: https://issues.apache.org/jira/browse/ARROW-13225
Project: Apache Arrow
Issue Type: Bug
Components: FlightRPC, Go, Integration
Affects Versions: 4.0.1
Reporter: Matt Topol
Assignee: Matt Topol
Currently it's a bit difficult to utilize the authhandlers and still have
custom middleware due to the way that grpc handles interceptors so we can
create interfaces for Client and Server Middleware and then have helper
functions that use the interfaces to create interceptors to make it much easier
to create middleware regardless of being Stream or Unary requests.
Once we do that, we can enable the FlightRPC integration tests with Go.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)