sermant-io / Sermant

CNCF sandbox project, a Cloud-Native Proxyless Service Mesh based on Java Bytecode Enhancement Technology
https://sermant.io/
Apache License 2.0
1.25k stars 164 forks source link

ConfigSubscriber mode not support Map #1536

Closed HozonLee closed 4 months ago

HozonLee commented 5 months ago

What happened?

When I use CommonGroupConfigSubscriber do config subscribe from nacos,Failed to assign the map type attribute in the configuration class、The content format in nacos has been changed

How can we reproduce it (as minimally and precisely as possible)?

definitionthe a map type attribute in the configuration class

Anything else we need to know?

No response

Sermant version

sermant version 1.3.0

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```
lilai23 commented 5 months ago

It is caused by unnecessary process for config content. We will fix it in following version