I’d like to setup a sharded Flight server with one metadata server, and several data servers. I’m not finding documentation on how to do this. In particular we want to:
1. Setup a single flight metadata
2. Setup several sharded data Flight servers
3. Setup clients that distribute data to sharded data servers:
a. All data is pushed to servers by clients, no direct access. This assumes
that data is placed in memory on the data servers?
