az2az opened a new issue, #2725:
URL: https://github.com/apache/dubbo-go/issues/2725

   ### Environment
   
   <!-- 
   - Server: Dubbo-go, v3.2.0
   - Client: Dubbo-go, v3.2.0
   - Protocol: Triple
   - Registry: Nacos, v2.0.0
   -->
   
   - Server: 
   - Client: 
   - Protocol: 
   - Registry: 
   
   ### Issue description
   
   
当使用3.2.0,直接代理http请求转发到后端的triple协议服务,会出现将变量名自动进行驼峰转换的问题。而直接使用triple协议调用后端的triple协议服务,则不会出现此问题。跟踪了一下源码,发现在下图这里没有设置MarshalOptions。
   
   
![BD44A5CF-7DA5-4E57-98C0-AF7DF5A11852](https://github.com/user-attachments/assets/bf6bdc14-e75e-4fe1-8617-ae4f5329b970)
   
   
   请社区考虑增加可配置的选项,或者默认加上如下语句,让两端统一,都不应该进行驼峰转换。
   
   
![123](https://github.com/user-attachments/assets/688ba701-7d03-4c0d-a011-7ca33b19e4fb)
   
   
   ### Logs
   
   <details><summary>Click me to check logs</summary>
   
   ```
   Copy logs to here.
   ```
   
   </details>
   


-- 
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: notifications-unsubscr...@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to