You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to incorporate a flight service into an existing grpc server, it is required to expose the Service Descriptor for the flight service. We should also expose the convenience function of RegisterFlightServiceServer as a convenient use to register a Flight service onto an existing grpc.ServiceRegistrar.
Component(s)
FlightRPC, Go
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
In order to incorporate a flight service into an existing grpc server, it is required to expose the Service Descriptor for the flight service. We should also expose the convenience function of
RegisterFlightServiceServer
as a convenient use to register a Flight service onto an existinggrpc.ServiceRegistrar
.Component(s)
FlightRPC, Go
The text was updated successfully, but these errors were encountered: