chaokunyang opened a new issue, #3270: URL: https://github.com/apache/fory/issues/3270
Parent issue: #3266 ## Scope Add FlatBuffers `rpc_service` parsing and map into shared service IR. Support both table and struct types. ## Detailed tasks - Extend FBS lexer/parser to recognize `rpc_service` blocks. - Add FBS AST nodes for services/methods if needed. - Translator: map `rpc_service` to IR `Service`/`RpcMethod`. - Validate request/response types are table or struct. - Tests for parsing and translation. ## Notes Streaming support is deferred until FlatBuffers gRPC spec is confirmed; default to unary. -- 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]
