You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, both alibaba/spring-cloud-alibaba and apache/dubbo supports native image and can work well with certain versions of nacos-client.
But they achieved that by scanning the dynamic operations in nacos manually. So it's better for nacos-client do the scanning and add the configuration to each released package for each new version.
Currently, both alibaba/spring-cloud-alibaba and apache/dubbo supports native image and can work well with certain versions of nacos-client.
But they achieved that by scanning the dynamic operations in nacos manually. So it's better for nacos-client do the scanning and add the configuration to each released package for each new version.
alibaba/spring-cloud-alibaba#3656
https://github.com/apache/dubbo/blob/3.3/dubbo-registry/dubbo-registry-nacos/src/main/java/org/apache/dubbo/registry/nacos/aot/NacosReflectionTypeDescriberRegistrar.java
The text was updated successfully, but these errors were encountered: