Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] docker dubbo cluster broadcast not working #14169

Open
4 tasks done
seqwait opened this issue May 9, 2024 · 1 comment
Open
4 tasks done

[Bug] docker dubbo cluster broadcast not working #14169

seqwait opened this issue May 9, 2024 · 1 comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@seqwait
Copy link

seqwait commented May 9, 2024

Pre-check

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

Search before asking

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

Apache Dubbo Component

Java SDK (apache/dubbo)

Dubbo Version

openjdk1.8
release:3.2.0
dubbo: 2.0.2

Steps to reproduce this issue

two instance app service
registry to docker service name docker compose config

DUBBO_IP_TO_REGISTRY: "app"

consumer invoke

@DubboRefrence(cluster="broadcast")
IService iService

result
only one instance receive and execute iService method

What you expected to happen

all app instance service execute iService method

Anything else

No response

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

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

Code of Conduct

@seqwait seqwait added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels May 9, 2024
@seqwait seqwait changed the title [Bug] docker dubbo cluster boardcast not working [Bug] docker dubbo cluster broadcast not working May 10, 2024
@AlbumenJ
Copy link
Member

Dubbo will aggegrate the providers which have the same address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Status: Todo
Development

No branches or pull requests

2 participants