You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SDK and majority of services use protobuf modules provided by SDK. Its performance if poor comparing to compiled protocols and it doesn't work with python3.
So we have to continue switching from SDK protocol modules to compiled protocols. API Server and SearchService2 already use compiled protocols so it can be used as example.
The text was updated successfully, but these errors were encountered:
Currently SDK and majority of services use protobuf modules provided by SDK. Its performance if poor comparing to compiled protocols and it doesn't work with python3.
So we have to continue switching from SDK protocol modules to compiled protocols. API Server and SearchService2 already use compiled protocols so it can be used as example.
The text was updated successfully, but these errors were encountered: