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
damondouglas
changed the title
[Task]: [Cache] Implement a Redis based DoFn supporting reads
[Task]: [RRIO] [Cache] Implement a Redis based DoFn supporting reads
Oct 10, 2023
damondouglas
changed the title
[Task]: [RRIO] [Cache] Implement a Redis based DoFn supporting reads
[Task]: [RRIO] [Cache] Redis based DoFn supporting reads
Oct 10, 2023
What needs to happen?
The output of this task is a Redis based DoFn that supports cache reads. Implementation re-uses the Call PTransform and therefore is a dependency.
Measures of Ready
Measures of Done
class CacheReadRedisFn<RequestT, ResponseT> extends DoFn<RequestT, KV<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: