sniper-xx opened a new issue, #11910: URL: https://github.com/apache/dubbo/issues/11910
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.2.0-beta5 , beta6 * Operating System version: Docker Linux * Java version: Jdk17 ### Steps to reproduce this issue 1. provider返回函数执行结果为Map<String, Object> 2. consumer端能接收返回结果,并且类型同样为Map<String,Object> 目前问题: 1、如果Map中的value为String,并且字符串简单无'-',结果正常; 2、如果Map的value为String,字符有‘-’,如: bb65c1ea-a151-4bfe-9058-a254960a65dc,则将value转换为 byte[]类型,并且在consumer端还无法通过 new String(byte[])进行还原。 provider数据:  consumer所接收到的数据:  请问,这种问题该如何解决? 是因为bug所致,还是配置问题? -- 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]
