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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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