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

Reconnect: stop broadcasting HISTPROV to all clients #276

Open
Terkwood opened this issue May 4, 2020 · 0 comments
Open

Reconnect: stop broadcasting HISTPROV to all clients #276

Terkwood opened this issue May 4, 2020 · 0 comments
Labels
tech-debt Lib upgrades, Carryover from prior decisions, &c

Comments

@Terkwood
Copy link
Owner

Terkwood commented May 4, 2020

The reconnect flow in the browser currently relies on the HISTPROV event. This is an event which is currently broadcasted to all clients.

Gateway should stop listening for Kafka HISTPROV events and should instead rely on a wrapper event which deals specifically with reconnect requests keyed by session ID.

This will reduce the network data transfer for the client. HISTPROV can be used entirely behind the scenes to power the new Reconnect wrapper event as well as the Sync Reply

@Terkwood Terkwood added the tech-debt Lib upgrades, Carryover from prior decisions, &c label May 4, 2020
@Terkwood Terkwood changed the title Reconnect: stop broadcasting histprov to all clients Reconnect: stop broadcasting HISTPROV to all clients May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Lib upgrades, Carryover from prior decisions, &c
Projects
None yet
Development

No branches or pull requests

1 participant