Implement Realtime Autofetch on Config Update Notifications#9206
Merged
tusharkhandelwal8 merged 31 commits intorealtime-for-webfrom Aug 21, 2025
Merged
Implement Realtime Autofetch on Config Update Notifications#9206tusharkhandelwal8 merged 31 commits intorealtime-for-webfrom
tusharkhandelwal8 merged 31 commits intorealtime-for-webfrom
Conversation
🦋 Changeset detectedLatest commit: 5d43520 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Collaborator
Size Report 1Affected Products
Test Logs |
Collaborator
Size Analysis Report 1Affected Products
Test Logs |
53d07fd to
c4a8b72
Compare
This was referenced Aug 16, 2025
…eAndBeginRealtimeHttpStream`, removing await from the front of the beginRealtime.
ashish-kothari
approved these changes
Aug 19, 2025
Contributor
ashish-kothari
left a comment
There was a problem hiding this comment.
LGTM, pls ensure to add tests in a follow-up PR (if not being done in this one).
Merged
Author
Yes, tests are added in: #9210 |
hsubox76
reviewed
Aug 20, 2025
dsjadaun-google
approved these changes
Aug 20, 2025
hsubox76
approved these changes
Aug 21, 2025
Added unit test cases.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.