You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of this task is an implementation of the a Call PTransform and related DoFn that executes custom user code as defined in #28710. The DoFn adheres to the following specification:
damondouglas
changed the title
[Task]: [RRIO] Implement Call DoFn without throttling
[Task]: [RRIO] Implement Call without throttling
Oct 10, 2023
damondouglas
changed the title
[Task]: [RRIO] Implement Call without throttling
[Task]: [RRIO] Implement Call without adaptive throttling
Oct 10, 2023
damondouglas
changed the title
[Task]: [RRIO] Implement Call without adaptive throttling
[Task]: [RRIO] [Call] Implement Call PTransform without adaptive throttling
Oct 10, 2023
damondouglas
changed the title
[Task]: [RRIO] [Call] Implement Call PTransform without adaptive throttling
[Task]: [RRIO] [Call] Implement PTransform that executes user custom code without adaptive throttling
Oct 10, 2023
damondouglas
changed the title
[Task]: [RRIO] [Call] Implement PTransform that executes user custom code without adaptive throttling
[Task]: [RRIO] [Call] PTransform that executes user custom code without adaptive throttling
Oct 10, 2023
damondouglas
changed the title
[Task]: [RRIO] [Call] PTransform that executes user custom code without adaptive throttling
[Task]: [RRIO] [Call] PTransform executes user custom code without adaptive throttling
Oct 10, 2023
What needs to happen?
The output of this task is an implementation of the a Call PTransform and related DoFn that executes custom user code as defined in #28710. The DoFn adheres to the following specification:
Measures of Ready
Measures of Done
class Call<RequesT, ResponseT> extends PTransform<PCollection<RequestT>, Call.Result>
class Result<RequestT, ResponseT> implements POutput
class CallFn<RequestT, ResponseT> extends DoFn<RequestT, ResponseT>
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
The text was updated successfully, but these errors were encountered: