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_r402474608
##########
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:
I was under the impression we were going to make this a `bytes` field so
that any deferred information can get passed through and then back to the
**creator** whether it be an id or a serialized blob of objects or ...
Allowing for `bytes` enables for solutions beyond in memory maps.
----------------------------------------------------------------
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