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

Decouple discovery buffering from endpoint conversion #631

Merged
merged 1 commit into from
Aug 20, 2020

Commits on Aug 20, 2020

  1. Decouple discovery buffering from endpoint conversion

    The discovery layer handles both building a service for each discovered
    endpoint, as well as a buffer that fails when the service is not polled
    (i.e. because it has been leaked somehow).
    
    This coupling doesn't match other use cases though when, for instance,
    the client may not be used frequently, as is the case for
    proxy-to-control-plane communication.
    
    This change decouples these layers so that the buffering is decoupled
    from endpoint-service construction.
    olix0r committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    cef485b View commit details
    Browse the repository at this point in the history