apache / dubbo-spring-boot-project

Spring Boot Project for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
5.41k stars 1.88k forks source link

使用组播作为注册中心无法注册服务 #818

Closed wjzxc123 closed 1 year ago

wjzxc123 commented 1 year ago

尊敬的开发者 你好

我的服务配置如下

dubbo:
  application:
    name: ${spring.application.name}
    register-mode: instance
    qos-port: 33333
  registry:
    address: multicast://224.5.6.7:1234?unicast=false
  protocol:
    name: tri
    port: 20880
  consumer:
    check: false
    cache: false
    validation: true
    timeout: 3000

出现了官方文档说的 5-10 问题 https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/faq/5/10/

版本:dubbo-spring-boot-starter:3.2.0 spring-boot:2.7.2

调用该服务报错,提示No provider available for the service xxxxx