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

feat: add support for configuring minimum num gRPC channels on CacheClient #345

Merged
merged 1 commit into from
Dec 21, 2023

Commits on Dec 21, 2023

  1. feat: add support for configuring minimum num gRPC channels on CacheC…

    …lient
    
    Prior to this commit, each instance of the CacheClient would always
    open a single gRPC channel to the server. This commit adds a configuration
    setting on the GrpcConfiguration object which allows a user to configure
    a minimum number of channels; this is useful for cases where callers will
    be issuing more than 100 concurrent requests, since 100 is the maximum
    number of requests that can be multiplexed over a single channel.
    cprice404 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    72e0c29 View commit details
    Browse the repository at this point in the history