damondouglas opened a new issue, #28924: URL: https://github.com/apache/beam/issues/28924
### What needs to happen? The output of this task is a Redis based DoFn that supports cache writes. # Measures of Ready No blockers # Measures of Done - [ ] `class CacheWriteRedisFn<RequestT, ResponseT> extends DoFn<KV<RequestT, ResponseT>, KV<RequestT, ResponseT>>` - [ ] Tests validate that Redis cache contains encoded RequestT/ResponseT pairs - [ ] Tests validate the encoded pairs are not corrupted ### Issue Priority Priority: 2 (default / most normal work should be filed as P2) ### Issue Components - [ ] Component: Python SDK - [ ] 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]
