In Dubbo 2.7.x, the group value configured in the Nacos Registry URL aligns with the group grouping in the Nacos Registry. (group can be considered similar to a namespace for soft isolation)
In Dubbo 3.0.x, the group configured in the Nacos Registry URL is not used by default, and DEFAULT_GROUP is used instead. (group no longer provides isolation functionality)
In Dubbo 3.1.x, the group value configured in the Nacos Registry URL will be realigned with the group grouping in the Nacos Registry.
Notes:
dubbo.nacos-service-discovery.use-default-group=false
to ignore this feature.