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 writes #28924

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 writes #28924

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 writes. Implementation reuses the Call PTransform and therefore serves as a dependency.

Measures of Ready

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)

@damondouglas damondouglas self-assigned this Oct 10, 2023
@damondouglas damondouglas changed the title [Task]: [RRIO] [Cache] Implement a Redis based DoFn supporting writes [Task]: [RRIO] [Cache] Redis based DoFn supporting writes 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