-
Notifications
You must be signed in to change notification settings - Fork 10
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
gRPC support for client Search API #69
Comments
@amberzsy Do you have any proof-of-concept code you can share for any experiments you have tried here? |
Code for client <-> server protobuf integration is here The phase I poc is to see if any performance improvement with REST + proto before converting/add grpc service (which will come with grpc client with proto) Summary
Next Step Test Env
Result correctness validation
|
These are some great numbers! cc: @backslasht @Pallavi-AWS How do we get this into the product/production? |
@amberzsy @andrross @msfroh it will be great to have a proposal on phased productization. We could have an experimental feature in 2.17 covering only node to node focusing on search response, and followup in 2.18 with client to server and node to node with search request and response. Thanks again for your work here. |
Description
Per significant performance improvement mentioned in experiment/poc for node to node communication, we will extend the performance benefits (proposal here) to communication with clients.
Next Steps
Perform poc similar to node to node search api to experiment on performance improvements for client-server communication.
target with search API
Related Issues
Proposal gRPC for clients
RFC
META Protobuf for search api
The text was updated successfully, but these errors were encountered: