milenkovicm commented on PR #2288: URL: https://github.com/apache/datafusion-ballista/pull/2288#issuecomment-5297012736
that would be great! the whole idea behind `--advertise-flight-endpoint` was to decouple control flow from data flow. if we do it smart we could have - current implementation, same process same port (not sure if we can have per tonic service thread pool ) - same process different port, different thread pool - different process pick and choose, whatever suits :D -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
