-
Notifications
You must be signed in to change notification settings - Fork 963
Implement Realtime Autofetch on Config Update Notifications #9206
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
base: realtime-visibility-api
Are you sure you want to change the base?
Implement Realtime Autofetch on Config Update Notifications #9206
Conversation
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
53d07fd
to
c4a8b72
Compare
This PR is a follow-up to #9202.
This PR adds logic to listen for realtime update notifications. When a new template version is detected, it automatically fetches the config. After a successful fetch, a callback is triggered to notify the app that a new config version has been retrieved and is ready to be activated.
Next PR will include test cases for all the functionalities.