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
{{ message }}
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.
I created a patch to TMultiplexingProcessor which take in an additional service_name argument and register the processor directly using the given service_name.
To connect to a TMultiplexingProcessor, TMultiplexingProtocol should be used, which takes a underlying protocol and the service_name for the remote service. When writing new message header, it joins the service_name and function name as the new api, which will be decoded by TMultiplexingProcessor. The current separator is ":".
Original discussed here at #88
The Apache Thrift implementation is different from the current implementation of thriftpy: https://issues.apache.org/jira/browse/THRIFT-563
The text was updated successfully, but these errors were encountered: