dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

[Bug] nacos dashboard subscribers application name is unknown

Open bpzhang opened this issue 1 week ago • 1 comments

Pre-check

  • [x] I am sure that all the content I provide is in English.

Search before asking

  • [x] I had searched in the issues and found no similar issues.

Apache Dubbo Component

Java SDK (apache/dubbo)

Dubbo Version

Dubbo Java 3.3.1 , JDK 17

Steps to reproduce this issue

I'm use Dubbo spring starter, and I'm sure my config is correct, Service-B subscribe Service-A, but In nacos register center, when I query Service-A's subscribers, the subscriber's Application Name is unknown,

Image

What you expected to happen

show the subscriber's Application Name

Anything else

No response

Are you willing to submit a pull request to fix on your own?

  • [x] Yes I am willing to submit a pull request on my own!

Code of Conduct

bpzhang avatar Dec 12 '25 15:12 bpzhang

Hello. I am new to contributing to Apache Dubbo and would like to solve this bug. I have verified that the project builds successfully on my machine using mvn clean install -DskipTests. Could a mentor please confirm this issue is still relevant and advise on the starting point in the codebase (e.g., which file handles consumer subscription details for Nacos)?

ShauryaChauhan1411 avatar Dec 14 '25 11:12 ShauryaChauhan1411