chaokunyang opened a new issue, #3273: URL: https://github.com/apache/fory/issues/3273
Parent issue: #3266 ## Scope Implement Python gRPC stub generation using Fory serialization only. ## Detailed tasks - Emit `*_service.py` base interface and `*_grpc.py` binding. - Generate servicer base class and stub class using grpc unary/stream APIs. - Use Fory serializer/deserializer callables for request/response. - Add golden codegen tests for file names and signatures. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
