You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/10/12 16:39:49 UTC

[GitHub] [beam] ilya-kozyrev commented on a change in pull request #15656: [BEAM-12983] [Playground] Initial gRPC server

ilya-kozyrev commented on a change in pull request #15656:
URL: https://github.com/apache/beam/pull/15656#discussion_r727315801



##########
File path: playground/backend/cmd/server/server.go
##########
@@ -16,9 +16,57 @@
 package main
 
 import (
-	"beam.apache.org/playground/backend/internal/executors"
+	pb "beam.apache.org/playground/backend/internal/api"
+	"beam.apache.org/playground/backend/internal/environment"

Review comment:
       yes, I've synced all dependencies locally however include only server in this PR. That's just a placeholder




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org