Skip to content

feat: Massive real-time flag synchronization for clients #2152

Description

@t-kikuc

Describe the feature you'd like

Enable synchronization of flags in real-time for a massive number of clients, more than 3M concurrent clients.

We need to consider some ways, such as WebSocket.
This feature might cost so much.

Background

Currently, the real-time flag synchronization for clients is supported via Firebase Cloud Messaging (FCM).
https://docs.bucketeer.io/integration/pushes

However, the synchronization pace is not so fast for massive clients due to the FCM quota.

Alternative solutions

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions