Skip to content

READY: feat(bigtable): introduce prime() method and load counting based on unary,streaming and ability to remove connection#1

Merged
sushanb merged 14 commits intomainfrom
go1
Nov 14, 2025
Merged

READY: feat(bigtable): introduce prime() method and load counting based on unary,streaming and ability to remove connection#1
sushanb merged 14 commits intomainfrom
go1

Conversation

@sushanb
Copy link
Copy Markdown
Owner

@sushanb sushanb commented Nov 3, 2025

  1. Plumb feature flags and RLS headers for PingAndWarm rpc [DONE]

TODO
2. Start all conns in a goroutine (make it parallel rather than sequential).

@sushanb sushanb changed the title feat(bigtable): introduce prime() method and load counting based on unary,streaming and ability to remove connection READY: feat(bigtable): introduce prime() method and load counting based on unary,streaming and ability to remove connection Nov 12, 2025
Copy link
Copy Markdown

@igorbernstein2 igorbernstein2 left a comment

Choose a reason for hiding this comment

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

Lgtm, but I want @nimf to take a pass as well

Copy link
Copy Markdown
Collaborator

@nimf nimf left a comment

Choose a reason for hiding this comment

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

LGTM with few comments

break // Normal stream end.
}
t.Fatalf("RecvMsg failed unexpectedly while draining: %v", err)
if err := stream.RecvMsg(&testpb.SimpleResponse{}); err == io.EOF {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

the test will hang if for any reason it will be a different error

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

let me fix this on a different one

@sushanb sushanb merged commit 1dc68c1 into main Nov 14, 2025
5 checks passed
sushanb added a commit to googleapis/google-cloud-go that referenced this pull request Dec 19, 2025
…nary,streaming and ability to remove connection (#13419)

no-op from sushanb#1

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants