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

Include response chunking info in nonce #3

Merged
merged 4 commits into from
Oct 2, 2024
Merged

Include response chunking info in nonce #3

merged 4 commits into from
Oct 2, 2024

Commits on Sep 27, 2024

  1. Include response chunking info in nonce

    If a given delta response contains too many resources, the server will break it
    up into multiple responses. However, this means the client does not know whether
    it received all the resources for its subscription. This is especially relevant
    for wildcard subscriptions, for which the client does not know the resources
    ahead of time and therefore cannot wait for them explicitly. By returning
    additional metadata in the nonce (there is no field for this in the delta
    discovery response, though I'm hoping that will change
    cncf/xds#99), the client can know if the server
    chunked the response, and react accordingly.
    PapaCharlie committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    14b0d8e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    8aa8b4b View commit details
    Browse the repository at this point in the history
  2. Fix tests

    PapaCharlie committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0653daf View commit details
    Browse the repository at this point in the history
  3. Satisfy linter

    PapaCharlie committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    be96c7c View commit details
    Browse the repository at this point in the history