codingbot24-s commented on issue #3275:
URL: https://github.com/apache/fory/issues/3275#issuecomment-3933019026

   Hi @chaokunyang 
   
   ’m very interested in working on this issue for GSoC 2026.
   
   My primary background is in Rust, and I’ve previously contributed to open 
source projects (including Turso DB). I’m particularly interested in code 
generation and gRPC tooling, so implementing Rust gRPC stub generation using 
tonic with a custom Fory codec aligns closely with my experience and goals.
   
   I’ve started reviewing the parent issue (#3266) to understand how language 
targets are currently structured in the compiler. I also plan to explore how 
tonic handles service trait generation and how a custom Codec implementation 
would integrate with its transport layer.
   
   I had a few clarification questions to better understand the expected scope:
   
   Will the Rust gRPC stub generation be introduced as a new language backend 
within the existing compiler pipeline, or is there already an abstraction layer 
for emitting multiple targets?
   
   For the Fory codec, should the implementation fully replace prost-based 
serialization in tonic, or is it expected to interoperate with existing 
generated message types?
   
   Are there recommended entry points in the current codebase to study before 
beginning implementation?
   
   I’m happy to begin contributing early and would appreciate any guidance on 
how best to get started.
   
   Thank you.


-- 
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]

Reply via email to