-
Notifications
You must be signed in to change notification settings - Fork 80
BQ storage write api - Mint pool #3272
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
Merged
Ziinc
merged 11 commits into
Logflare:main
from
bblaszkow06:bb/bigquery-streaming-insert-perf
Apr 15, 2026
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
11ef3f2
feat: Add gRPC supervised channel pool for Mint adapter
bblaszkow06 a073e67
Add tests for pool, interceptor and channel monitor
bblaszkow06 d5ea6cf
Improve channel monitor tests
bblaszkow06 2142b78
fix: GRPC.Server.Supervisor setup
bblaszkow06 29a792d
fix: Leaking channel processes
bblaszkow06 6795557
fix: proper response stream handling
bblaszkow06 a2990f0
temp: Compare implementations
bblaszkow06 f053d7a
Remove Finch-based GRPC Write API, fix tests
bblaszkow06 b2ac6d7
feat: Make Grpc Write API pool size configurable
bblaszkow06 2eb7d70
fix: apply lint rule
bblaszkow06 1d15a33
fix tests
bblaszkow06 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
101 changes: 0 additions & 101 deletions
101
lib/logflare/backends/adaptor/bigquery_adaptor/finch/bidirectional_stream.ex
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
lib/logflare/backends/adaptor/bigquery_adaptor/finch/custom_stream.ex
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my opinion we should automatically manage connection pool. But we can give this a try first. Needs a sensible default too.