As suggested by @viirya in #3207 (comment)
I think we may come with a option struct and have these as default values. And users can specify them if needed.
The basic idea would be that the FlightSqlServiceClient would take a options struct. Now they are hard coded
let options = FlightSqlOptions::new();
let client = FlightSqlServiceClient::try_new(options).await?