Skip to content

docs(realtime-sync): add an RFC of the massive real-time flag sync#2561

Open
t-kikuc wants to merge 4 commits into
mainfrom
realsync/rfc
Open

docs(realtime-sync): add an RFC of the massive real-time flag sync#2561
t-kikuc wants to merge 4 commits into
mainfrom
realsync/rfc

Conversation

@t-kikuc
Copy link
Copy Markdown
Contributor

@t-kikuc t-kikuc commented Apr 28, 2026

Part of #2152

I chose SSE for the massive flag syncing within <1s.

t-kikuc added 2 commits April 28, 2026 13:44
Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Copilot AI review requested due to automatic review settings April 28, 2026 04:46
@t-kikuc t-kikuc marked this pull request as draft April 28, 2026 04:47
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an RFC documenting a proposed SSE-based approach for pushing feature flag updates to Web/Mobile SDKs with sub-second latency, aimed at scaling to very high concurrent client counts as part of #2152.

Changes:

  • Added RFC 0046-realtime-sync.md describing design goals, architecture, event triggers, scaling approach, and sizing estimates.
  • Added an architecture diagram (0046-architecture.dio.png) referenced by the RFC.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 6 comments.

File Description
docs/rfcs/0046-realtime-sync.md New RFC covering SSE-based realtime flag sync design and estimations.
docs/rfcs/images/0046-architecture.dio.png Architecture diagram used by the RFC.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/rfcs/0046-realtime-sync.md Outdated
Comment thread docs/rfcs/0046-realtime-sync.md Outdated
Comment thread docs/rfcs/0046-realtime-sync.md Outdated
Comment thread docs/rfcs/0046-realtime-sync.md Outdated
Comment thread docs/rfcs/0046-realtime-sync.md
Comment thread docs/rfcs/0046-realtime-sync.md Outdated
@t-kikuc t-kikuc changed the title docs(realtime-sync): Add an RFC of the massive real-time flag sync docs(realtime-sync): add an RFC of the massive real-time flag sync Apr 28, 2026
@t-kikuc t-kikuc marked this pull request as ready for review April 28, 2026 05:14
Copy link
Copy Markdown
Contributor

@hvn2k1 hvn2k1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Things are clear when I read it, nice document!

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

Successfully merging this pull request may close these issues.

3 participants