milenkovicm commented on PR #1333: URL: https://github.com/apache/datafusion-ballista/pull/1333#issuecomment-3446927363
> > I don't disagree with what you say, we only differ in opinion who should provide this. I believe you could extend current ballista to do this for you (or you could do it if we add ability to register additional gprc services as I have mentioned) > > I have one tiny disagreement here: providing an RPC extension hook is fine, but it doesn't change the developer experience much. In other words I would still need to compile/vendor a scheduler server with my custom extension to be able to do this with the client. I'm not sure I understand. What would be different than providing a GRPC service hook with your custom extension ? Your custom extension would register additional GRPC service with the current scheduler GRPC, you would have to compile scheduler even if you would add your extension to existing GPRC to existing `get_catalog`. -- 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]
