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

kv/client: add global grpc connection pool #2511

Merged
merged 11 commits into from
Aug 15, 2021

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    22b8257 View commit details
    Browse the repository at this point in the history
  2. add conn recycle

    amyangfei committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    970fb83 View commit details
    Browse the repository at this point in the history
  3. refine resource recycle

    amyangfei committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    fb07954 View commit details
    Browse the repository at this point in the history
  4. address comment

    amyangfei committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    e0289a0 View commit details
    Browse the repository at this point in the history
  5. add unit test

    amyangfei committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    cecf49e View commit details
    Browse the repository at this point in the history
  6. add metric

    amyangfei committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    d5a1d46 View commit details
    Browse the repository at this point in the history
  7. add missing register

    amyangfei committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    83986c9 View commit details
    Browse the repository at this point in the history
  8. update metric key

    amyangfei committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    fc343a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. fix conn leak

    amyangfei committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    e5444a2 View commit details
    Browse the repository at this point in the history
  2. fix conn close

    amyangfei committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    2669675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab1bb18 View commit details
    Browse the repository at this point in the history