mohit7705 commented on issue #1367: URL: https://github.com/apache/datafusion-ballista/issues/1367#issuecomment-3718919192
Thanks for the clarification! That makes sense — starting with a minimal, non-generic solution sounds reasonable. I propose beginning with: - Exposing configurable ChannelFactory and ServerFactory abstractions - Keeping the default implementation as plain HTTP - Allowing users to plug in TLS-enabled factories (for example, using rustls) without changing core logic My next step would be to: - Identify where channels and servers are currently instantiated - Draft a small design note showing how factories could be injected via configuration I’ll share the design proposal here before moving to implementation. -- 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]
