alexeyinkin commented on code in PR #23941: URL: https://github.com/apache/beam/pull/23941#discussion_r1046084350
########## playground/README.md: ########## @@ -62,19 +62,47 @@ cd beam ## Run local environment using docker compose -``` +### Router only + +Start: + +```bash cd beam ./gradlew playground:backend:containers:router:dockerComposeLocalUp Review Comment: I have never been using Kubernetes in any way so it would take days to prepare for that session. Although I am too more than willing. There may be benefits of minikube over local Docker, but this branch is more of a daily tool to us to develop against an undeployed backend. And the frontend does not care how the backend is started as long as it has a host and a port. We currently copy this configuration from one local branch to another. So it would just save time today if we had it in master. One other reason to keep docker compose for awhile is that we already have it elsewhere, for instance in https://github.com/apache/beam/blob/master/playground/backend/containers/router/docker-compose.local.yml -- 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]
