lukecwik commented on a change in pull request #11205: [BEAM-9578] Enumerating 
artifacts is too expensive in Java
URL: https://github.com/apache/beam/pull/11205#discussion_r402698752
 
 

 ##########
 File path: model/pipeline/src/main/proto/beam_runner_api.proto
 ##########
 @@ -1206,6 +1210,11 @@ message MavenPayload {
   string repository_url = 2;
 }
 
+message DeferredArtifactPayload {
+  // A id for deferred artifacts.
+  string id = 1;
 
 Review comment:
   Thats a good point about the key and in general this will become a problem 
for all artifacts since none of them have unique keys associated with them 
unless an intermediary resolves the artifact immediately and possibly "renames" 
the contents to make it unique.
   
   If we ever want to support multiple layers of expansion for XLang we'll want 
to proxy any artifact resolution/retrieval calls through the layers.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to