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

[FEATURE] Serverside Deadline #1582

Open
toddbaert opened this issue Mar 6, 2025 · 0 comments
Open

[FEATURE] Serverside Deadline #1582

toddbaert opened this issue Mar 6, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@toddbaert
Copy link
Member

Requirements

We should implement a server-side deadline for flagd streams (sync and event) which after a timeout, sends a gRPC error code 4, (DEADLINE_EXCEEDED). Server-side deadlines aren't very common, but they will be useful in our case for forcing clients (providers) to restart their streams to keep them alive in some environments where PING frames don't work, as well as for testing purposes.

Requirements:

  • Stream deadlines can be configured from command line (one for both streams is enough)
  • Attached to existing FLAGD_DEADLINE_MS env var
  • Associated tests
@toddbaert toddbaert added enhancement New feature or request Needs Triage This issue needs to be investigated by a maintainer good first issue Good for newcomers help wanted Extra attention is needed and removed enhancement New feature or request Needs Triage This issue needs to be investigated by a maintainer labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant