书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 2896 个相关结果.
  • Production Environment Verification

    Production Environment Verification Dubbo’s Application in Alibaba More Case Studies Feedback Production Environment Verification Production Environment Verification Apache ...
  • 暴露监听扩展

    暴露监听扩展 扩展说明 扩展接口 扩展配置 已知扩展 扩展示例 暴露监听扩展 暴露监听扩展 扩展说明 当有服务暴露时,触发该事件。 扩展接口 org.apache.dubbo.rpc.ExporterListener 扩展配置 <!-- 暴露服务监听 --> <dubbo:service listener = "xxx,...
  • Registry Center Security

    Registry Center Security Feedback Registry Center Security Using the registry center more securely in Dubbo Dubbo supports the extension of registry centers, theoretically all...
  • 引用监听扩展

    引用监听扩展 扩展说明 扩展接口 扩展配置 已知扩展 扩展示例 引用监听扩展 扩展说明 当有服务引用时,触发该事件。 扩展接口 org.apache.dubbo.rpc.InvokerListener 扩展配置 <!-- 引用服务监听 --> <dubbo:reference listener = "xxx,yyy" ...
  • Triple 异常回传

    Triple 异常回传 用户异常回传介绍 Triple 异常回传 参考samples dubbo-go-samples/error 用户异常回传介绍 用户可以在 provider 端生成用户定义的异常信息,可以记录异常产生堆栈,triple 协议可保证将用户在客户端获取到异常 message ,并可以查看报错堆栈,便于定位问题。 注意返回 e...
  • 服务管理命令

    服务管理命令 ls 命令 上线 online 命令 下线 offline 命令 服务管理命令 服务管理命令 ls 命令 列出消费者和提供者 dubbo > ls As Provider side : +-------------------------------------------------------------...
  • Validation Extension

    Validation Extension Extension Description Extension Interface Extension Configuration Known Extensions Extension Examples Feedback Validation Extension Validation Extensi...
  • 容器扩展

    容器扩展 扩展说明 扩展接口 扩展配置 已知扩展 扩展示例 容器扩展 容器扩展 扩展说明 服务容器扩展,用于自定义加载内容。 扩展接口 org.apache.dubbo.container.Container 扩展配置 java org . apache . dubbo . container . Main spring je...
  • 容器扩展

    容器扩展 扩展说明 扩展接口 扩展配置 已知扩展 扩展示例 容器扩展 扩展说明 服务容器扩展,用于自定义加载内容。 扩展接口 org.apache.dubbo.container.Container 扩展配置 java org . apache . dubbo . container . Main spring jetty lo...
  • 使用 Zookeeper 作为注册中心

    使用 Zookeeper 作为注册中心 使用方式 How to run Start Zookeeper server Run server Run client 使用 Zookeeper 作为注册中心 使用 Zookeeper 作为注册中心 This example shows dubbo-go’s service discovery fe...