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

Add a general purpose unbounded buffer implementation #3099

Merged
merged 3 commits into from Nov 4, 2019

Commits on Oct 15, 2019

  1. Add a general purpose unbounded buffer implementation.

    This PR moves the unbounded buffer implementation found in
    `scStateUpdateBuffer` to the internal package. It also makes the buffer
    work with `interface{}` type.
    
    This addresses a TODO in the existing code. This will also help with the
    eventual `BalancerManager` implementation which will supersede the
    `ccBalancerWrapper` implementation found in balancer_conn_wrappers.go.
    easwars committed Oct 15, 2019
    Copy the full SHA
    f818704 View commit details
    Browse the repository at this point in the history
  2. Remove the TestMain method.

    easwars committed Oct 15, 2019
    Copy the full SHA
    0a65e50 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Copy the full SHA
    9394bfe View commit details
    Browse the repository at this point in the history