315661538 opened a new issue, #11166: URL: https://github.com/apache/dubbo/issues/11166
### Environment * Dubbo version: 3.0.9 * Operating System version: Linux * Java version: jdk1.8 ### Steps to reproduce this issue 1. 应用启动参数设置 -Ddubbo.json-framework.prefer=gson,同时设置 report-metadata 配置为true  2. 此时元数据中心中的元数据格式如下:  3. 应用启动参数设置 -Ddubbo.json-framework.prefer=fastjson,同时设置 report-metadata 配置为true 4. 此时元数据中心中的元数据格式如下:  ### Expected Behavior 使用gson和使用fastjson元数据数据格式应当一致 ### Actual Behavior 目前使用fastjson序列化方式,同时设置metadata-type为remote方式时,会导致服务标签丢失,出现找不到服务的情况。 -- 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