[ https://issues.apache.org/jira/browse/BEAM-13632?focusedWorklogId=710536&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-710536 ]
ASF GitHub Bot logged work on BEAM-13632: ----------------------------------------- Author: ASF GitHub Bot Created on: 18/Jan/22 14:19 Start Date: 18/Jan/22 14:19 Worklog Time Spent: 10m Work Description: ilya-kozyrev commented on a change in pull request #16493: URL: https://github.com/apache/beam/pull/16493#discussion_r786797822 ########## File path: playground/backend/internal/cache/cache.go ########## @@ -55,6 +55,9 @@ const ( // LogsIndex is the index of the start of the log LogsIndex SubKey = "LOGS_INDEX" + + // ExamplesCatalog is catalog of examples available in Playground + ExamplesCatalog SubKey = "EXAMPLES_CATALOG" Review comment: Instead of make workarounds with subkey without pipeline id. Can we extend the Cache interface and implementation with SetCatalog, GetKatalog? -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 710536) Time Spent: 1.5h (was: 1h 20m) > Save catalog data to the cache > ------------------------------ > > Key: BEAM-13632 > URL: https://issues.apache.org/jira/browse/BEAM-13632 > Project: Beam > Issue Type: Sub-task > Components: beam-playground > Reporter: Artur Khanin > Assignee: Artur Khanin > Priority: P2 > Labels: beam-playground-backend > Time Spent: 1.5h > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.20.1#820001)