ahmedabu98 commented on code in PR #27273:
URL: https://github.com/apache/beam/pull/27273#discussion_r1244206779


##########
sdks/java/transform-service/docker-compose/docker-compose.yml:
##########
@@ -18,6 +18,9 @@ services:
     command: -port 5001
     ports:
       - "${TRANSFORM_SERVICE_PORT}:5001"
+    depends_on:
+      - expansion-service-1
+      - expansion-service-2

Review Comment:
   I'm not too familiar with how this works. Does this mean both expansion 
services will be built and run whenever we use the transform service?



-- 
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]

Reply via email to