damondouglas opened a new issue, #28711:
URL: https://github.com/apache/beam/issues/28711
### What needs to happen?
The output of this task is an implementation of the Call DoFn that executes
custom user code as defined in #28710. The DoFn adheres to the following
specification:
```java
class CallFn<KeyT, RequestT, ResponseT, ApiErrorT extends ApiException>
extends DoFn<KV<KeyT, RequestT>, KV<KeyT, ResponseT>> {}
```
# Measures of Ready
- # 28710
# Measures of Done
- [ ] CallFn executes custom code during setup, teardown and process
lifecycle methods
- [ ] Tests validate error messages expected from invalid parameter inputs
- [ ] Integration tests validate calls to deployed endpoint
### Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
### Issue Components
- [ ] Component: Python SDK
- [X] Component: Java SDK
- [ ] Component: Go SDK
- [ ] Component: Typescript SDK
- [ ] Component: IO connector
- [ ] Component: Beam YAML
- [ ] Component: Beam examples
- [ ] Component: Beam playground
- [ ] Component: Beam katas
- [ ] Component: Website
- [ ] Component: Spark Runner
- [ ] Component: Flink Runner
- [ ] Component: Samza Runner
- [ ] Component: Twister2 Runner
- [ ] Component: Hazelcast Jet Runner
- [ ] Component: Google Cloud Dataflow Runner
--
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]