chamikaramj commented on code in PR #28039:
URL: https://github.com/apache/beam/pull/28039#discussion_r1299013939


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -2807,9 +2810,17 @@ class BeamModulePlugin implements Plugin<Project> {
         throw new GradleException(exceptionMessage)
       }
 
+      // Transform service delivers transforms that refer to SDK harness 
containers with following sufixes.
+      def transformServiceJavaContainerSuffix = 'java11'

Review Comment:
   Thanks. Beam ships with these specific versions (Python 3.8 and Java 11) of 
expansion service containers. I hope to add documentation on developing 
expansion service containers with additional language versions for users who 
need that.



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