Skip to content
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

Spring2024_Simple_RPC_Service_with_Apache_Thrift #850

Open
aangelo09 opened this issue Apr 25, 2024 · 0 comments · May be fixed by #966
Open

Spring2024_Simple_RPC_Service_with_Apache_Thrift #850

aangelo09 opened this issue Apr 25, 2024 · 0 comments · May be fixed by #966

Comments

@aangelo09
Copy link

Difficulty: 1

Technology: Apache Thrift

Description: Begin by defining the service interface and data types using Apache Thrift's IDL (Interface Definition Language). Specify the methods to be exposed by the RPC service and the corresponding input/output data structures. Compile the Thrift IDL file to generate server and client stubs in Python. Implement server-side logic to handle incoming RPC requests based on the defined service interface. Develop client scripts to make remote procedure calls to the server and process the responses.

https://thrift.apache.org/tutorial/py.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant