I think that's a bit broad of a question to answer. In general, you are best
off following advice meant for gRPC and your particular environment (Kubernetes
or otherwise); Flight does not change that aspect of gRPC. If you have specific
questions about gRPC vis-a-vis Flight (e.g. how to enable a
Hello Community,
We have built an Arrow flight (Python 3.9) server
Now polyglot clients will query the flight server
pyarrow==17.0.0
grpcio==1.67.0
What is the ideal deployment strategy in a production environment?
Currently our flight server is deployed in a kubernetes cluster with 3
pods, be