-
Notifications
You must be signed in to change notification settings - Fork 86
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
[server] Rewrite gRPC read Service to align with Netty-Based HTTP Server #1163
Open
sushantmane
wants to merge
13
commits into
linkedin:main
Choose a base branch
from
sushantmane:li-rewrite-grpc-service
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Sep 15, 2024
-
- Refactored the Netty handler to enable code reuse for gRPC handlers…
… - Added missing APIs to the gRPC service to close feature gaps with the HTTP implementation. - Fixed the gRPC I/O request path threading model: previously, requests were handled by the gRPC executor thread pool, but now they are processed by the `StorageReadExecutor` thread pool for better performance. - Deprecated the old `get` and `multiGet` gRPC services, which relied on a single schema and encouraged tightly coupled code. This refactor paves the way for implementing server-side streaming support for batch get requests more easily. - Simplified the request processing logic by replacing the chain of responsibility pattern with a single processor class.
Configuration menu - View commit details
-
Copy full SHA for f31c00f - Browse repository at this point
Copy the full SHA f31c00fView commit details -
Configuration menu - View commit details
-
Copy full SHA for efcd9d8 - Browse repository at this point
Copy the full SHA efcd9d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a93f3 - Browse repository at this point
Copy the full SHA b5a93f3View commit details -
Cleanup StatsHandler: It’s better to ask for forgiveness than to ask …
…for permission. ^_^
Configuration menu - View commit details
-
Copy full SHA for 42a71bb - Browse repository at this point
Copy the full SHA 42a71bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae0d241 - Browse repository at this point
Copy the full SHA ae0d241View commit details -
Configuration menu - View commit details
-
Copy full SHA for f355f76 - Browse repository at this point
Copy the full SHA f355f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7847976 - Browse repository at this point
Copy the full SHA 7847976View commit details -
Configuration menu - View commit details
-
Copy full SHA for d84e6ad - Browse repository at this point
Copy the full SHA d84e6adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a2bda1 - Browse repository at this point
Copy the full SHA 5a2bda1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce9a1b - Browse repository at this point
Copy the full SHA 7ce9a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7479b5 - Browse repository at this point
Copy the full SHA e7479b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1e94cf - Browse repository at this point
Copy the full SHA f1e94cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae1141 - Browse repository at this point
Copy the full SHA 8ae1141View commit details
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.