Tsukikage7 opened a new pull request, #849:
URL: https://github.com/apache/dubbo-go-pixiu/pull/849

   feat(grpc-proxy): add gRPC Server Reflection support (#821)
   
   Implement dynamic message parsing capability for gRPC proxy filter,
   replacing the hardcoded ForceCodec passthrough mechanism.
   
   New features:
   - Three reflection modes: passthrough, reflection, hybrid
   - Dynamic message decoding via protobuf reflection (DynamicCodec)
   - Protocol detection for gRPC/Triple compatibility
   - TTL-based descriptor caching with automatic cleanup
   - Triple metadata extraction (tri-* headers)
   
   New files:
   - protocol.go: Protocol detection and Triple metadata handling
   - descriptor_cache.go: TTL-based method descriptor caching
   - reflection_manager.go: gRPC reflection with official protobuf libs
   - dynamic_codec.go: Runtime message inspection/manipulation
   
   Test coverage: 31.2% for proxy package
   
   Closes #821


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