BQ streaming insert - Mint pool#3272
Draft
bblaszkow06 wants to merge 21 commits intoLogflare:mainfrom
Draft
Conversation
fb2c232 to
bf2341c
Compare
546d34f to
a39db80
Compare
flat_size skips size of larger binary
a39db80 to
1e3a228
Compare
Upgrades grpc ~> 0.11.0 and adds a persistent, supervised round-robin channel pool using the built-in Mint adapter to replace the per-call GRPC.Stub.connect (backed by the custom Finch adapter). - Add GrpcPool supervisor with per-index GrpcChannelMonitor GenServers; channels are registered in a per-pool Registry and selected via an atomic counter for lock-free round-robin dispatch - Add GrpcAuthInterceptor: fetches a fresh Goth token per call and injects it as gRPC metadata, replacing the per-call auth header on the channel - Remove local Google.Rpc.* protobuf definitions now provided by the googleapis transitive dep (pulled in by grpc 0.11.x) - Add GRPC.Client.Supervisor to Networking.pools/0 (required by grpc 0.11.x for outbound connections) - google_api_client: use GrpcPool.get_channel/1 and remove Goth.fetch; auth is now handled transparently by the interceptor
ff9c25f to
6a3f159
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.