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

Better checking for new/updated scopes+streams+schemas #30

Open
adrdc opened this issue Mar 26, 2021 · 0 comments
Open

Better checking for new/updated scopes+streams+schemas #30

adrdc opened this issue Mar 26, 2021 · 0 comments

Comments

@adrdc
Copy link
Contributor

adrdc commented Mar 26, 2021

Currently we will list from pravega:
scopes - these are presto schemas
streams for a scope - these are tables within a presto schema
We will look up group info from schema registry for a groupId (scope.stream)

As there are a lot of lists during queries, this information is now cached, currently held for time period T before it will be evicted and we will refresh.

This needs to be improved. Can we determine if any scopes or streams were added to pravega since time T and refresh the delta, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant