You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2021/10/25 18:22:31 UTC

[beam] branch master updated (43d3b90 -> 47a9b3f)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 43d3b90  Merge pull request #15772 from [BEAM-13032] [Playground] Implement the Log service
     add 47a9b3f  Merge pull request #15714 from [BEAM-13005] [Playground] Implement local cache for pipelines' states

No new revisions were added by this update.

Summary of changes:
 playground/backend/internal/cache/cache.go         |  57 ++++
 .../backend/internal/cache/local/local_cache.go    | 134 ++++++++
 .../internal/cache/local/local_cache_test.go       | 365 +++++++++++++++++++++
 3 files changed, 556 insertions(+)
 create mode 100644 playground/backend/internal/cache/cache.go
 create mode 100644 playground/backend/internal/cache/local/local_cache.go
 create mode 100644 playground/backend/internal/cache/local/local_cache_test.go