Skip to content

Add keepalive in grpc channel for Bigtable client #181

@HemangChothani

Description

@HemangChothani

Sets KeepAlive timer to 30s (Google Frontends are configured limits keepalive calls at 30s by default. If used below 30s, grpc automatically increases keepalive time by 2x after too_many_ping commands).

Sets KeepAliveTimeout to 10s (conservative)

Sets keepAliveWithoutCalls to false as it can potentially increase load.

Reference issue: googleapis/java-bigtable-hbase#2681

Metadata

Metadata

Labels

api: bigtableIssues related to the googleapis/python-bigtable API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions