Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task]: [RRIO] [Cache] Redis based DoFn supporting reads #28922

Closed
1 of 4 tasks
damondouglas opened this issue Oct 10, 2023 · 0 comments · Fixed by #29401
Closed
1 of 4 tasks

[Task]: [RRIO] [Cache] Redis based DoFn supporting reads #28922

damondouglas opened this issue Oct 10, 2023 · 0 comments · Fixed by #29401

Comments

@damondouglas
Copy link
Contributor

damondouglas commented 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>>
  • Tests validate that DoFn emits existing RequestT, ResponseT pairs, null otherwise
  • Tests validate decoded elements are not corrupted

Issue Priority

Priority: 2 (default / most normal work should be filed as P2)

@damondouglas damondouglas self-assigned this Oct 10, 2023
@damondouglas 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 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
@github-actions github-actions bot added this to the 2.53.0 Release milestone Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant