ShenFeng312 commented on issue #11623: URL: https://github.com/apache/apisix/issues/11623#issuecomment-2409912821
> `java.io.IOException: Unrecognized serialize type from consumer: 6` The reason for this error is that you did not configure the serialization method according to the documentation. > but they changed the way to read bytes post 1.0.1, now is already version 3.3.0. I have verified this on Dubbo 3.x, and there are no issues with the serialization. Could you provide a more complete example? > meanwhile there is bug in the previous version if there is `\n` in json data, then all the serialization will failed I don't think so. In Dubbo's JSON serialization, the `\n` within strings will be escaped. Also, please use a compressed JSON format and avoid adding \n between fields. -- 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]
