Commits


David Li authored and Yibo Cai committed 07b4813ef4c
ARROW-14440: [C++][FlightRPC] Add gRPC + Flight example This demonstrates how to register a normal gRPC service on a Flight server, allowing you to use all of gRPC's features and ecosystem while still serving Flight, all on the same port. This can be helpful for when DoAction is too limited/inconvenient an extension point and you are already using gRPC. Closes #11524 from lidavidm/arrow-14440 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Yibo Cai <yibo.cai@arm.com>