keon94 commented on issue #4986: URL: https://github.com/apache/incubator-devlake/issues/4986#issuecomment-1524452225
@klesh sure I can do that, but at a high level I'm thinking of a service based architecture so we can leverage standard protocols and design patterns. Current architecture is too monolithic and all python (and Go code) run in the same container as the API server which is a problem as far as load balancing in a multi-tenant environment (unless we are going for separate deployments per client?). It also uses a custom shell-based protocol that we made up to interface Go and Python, which (IMO) is best if replaced with REST or RPC calls. -- 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]
