chaokunyang opened a new issue, #3271: URL: https://github.com/apache/fory/issues/3271
Parent issue: #3266 ## Scope Add gRPC compiler flags and service-generation hooks across language generators. ## Detailed tasks - Add `--grpc` flag and `--grpc-backend` option to `foryc` CLI. - Wire flags into generator context/options. - Add `generate_services()` hook to base generator class. - Ensure services are emitted into separate file group for easy optional compilation. - Ensure services are only generated when `--grpc` is set. - Add CLI tests for new flags. ## Notes Serialization is Fory-only; do not add protoc/flatc invocation. -- 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]
