-
Notifications
You must be signed in to change notification settings - Fork 607
Add gRPC support to RealtimeAPI kind #1997
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
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6027b1e
Add parts of grpc POC
RobertLucian 3366c57
Small changes
RobertLucian 0e666dc
Remove POC files
RobertLucian 415a7c6
Implement Go-side for grpc
RobertLucian 1114962
Go/Python implementations for grpc
RobertLucian baf6db0
gRPC on the serving container
RobertLucian e2922d3
Add an iris classifier example for gRPC
RobertLucian 645b9bc
Add grpc-tools to requirements.txt file
RobertLucian 07e2efc
Extend the gRPC iris-classifier example
RobertLucian 816b59b
General fixes for gRPC
RobertLucian 18aebab
Add post metrics for cortex get to gRPC
RobertLucian ea33ddf
Track streaming gRPC APIs
RobertLucian 3fc8625
Address Vishal's comments
RobertLucian c931b08
Prevent the use of query_params, headers & batch_id on gRPC implement…
RobertLucian 6ee0d7a
Fix typo
RobertLucian 13d7f46
Fix error message
RobertLucian 771c205
Prevent converting http->grpc when api is used by traffic splitter
RobertLucian 795735f
Fix latency/response code metrics
RobertLucian 74a689e
More bug fixes and tweaks
RobertLucian e84078c
Fix uvicorn servers
RobertLucian be4de0c
Fix path rewrite for realtime API
RobertLucian f78e09a
Add prime generator example
RobertLucian e6901a4
Add gRPC tests
RobertLucian 2bbe246
Test suite fixes
RobertLucian 6fd3200
Address PR comments
RobertLucian 9a34b58
Fix tests
RobertLucian 6a23353
Fix proto validation
RobertLucian 1240682
Merge branch 'master' into feature/grpc
RobertLucian a3211f8
Last fixes (async/grpc)
RobertLucian 2a0c1c7
Make lint
RobertLucian 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
grpcio==1.32.0 | ||
grpcio==1.36.0 | ||
boto3==1.14.53 | ||
datadog==0.39.0 | ||
dill>=0.3.1.1 | ||
|
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.