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

Firestore: Add gRPC keepalive to Client Init. #8264

Merged
merged 9 commits into from
Jul 1, 2019
Merged

Conversation

crwilcox
Copy link
Contributor

@crwilcox crwilcox commented Jun 7, 2019

In order to run a listen for longer than one our, gRPC needs to be configured to keep the connection alive. These changes are in generated code here though and shouldn't be merged.

b/130522486

@crwilcox crwilcox requested a review from busunkim96 as a code owner June 7, 2019 21:07
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 7, 2019
@crwilcox crwilcox requested review from frankyn and tseaver as code owners June 7, 2019 21:52
@busunkim96 busunkim96 removed their request for review June 7, 2019 22:25
firestore/google/cloud/firestore_v1/client.py Outdated Show resolved Hide resolved
firestore/google/cloud/firestore_v1/client.py Outdated Show resolved Hide resolved
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Jun 14, 2019
@tseaver tseaver changed the title Add gRPC keepalive to Firestore Client Init Firestore: Add gRPC keepalive to Client Init. Jun 19, 2019
@tseaver tseaver added the api: firestore Issues related to the Firestore API. label Jun 19, 2019
@crwilcox crwilcox force-pushed the keepalive-grpc-listen branch from 3d6809f to 2f0d4d5 Compare July 1, 2019 15:58
@crwilcox crwilcox force-pushed the keepalive-grpc-listen branch from 2f0d4d5 to 614639d Compare July 1, 2019 15:59
@crwilcox crwilcox force-pushed the keepalive-grpc-listen branch from c2306e4 to f148b6d Compare July 1, 2019 16:29
@crwilcox crwilcox force-pushed the keepalive-grpc-listen branch from 73a172d to bfb402a Compare July 1, 2019 17:34
Returns:
str: The location of the API.
"""
return firestore_client.FirestoreClient.SERVICE_ADDRESS
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to clash with @busunkim96's client_info work.

@crwilcox crwilcox merged commit ff89b36 into master Jul 1, 2019
@tseaver tseaver deleted the keepalive-grpc-listen branch August 5, 2019 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the Firestore API. cla: yes This human has signed the Contributor License Agreement. 🚨 This issue needs some love.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants