Skip to content

Dubbo OPS 0.1

Compare
Choose a tag to compare
@nzomkxia nzomkxia released this 03 Feb 03:49

environment requirements:JDK1.8 or higher

Features

  • Service search, including service name, application name and wild card.
  • Service detail(service metadata for Dubbo 2.7)
  • Condition route and dynamic config(including black list, weight, etc)
  • Tag route(for Dubbo 2.7)
  • Application scope condition route and dynamic config(for Dubbo 2.7)
  • Configuration management
    *Service Test

Compatibility

All governance rule are stored by yaml format for Dubbo 2.7, and published as URL to registry center for Dubbo 2.6

环境要求:需要Java 8及以上版本支持

功能

  • 支持服务搜索,包括服务名,应用名,支持通配符
  • 服务详情展示(Dubbo 2.7支持元数据展示)
  • 路由规则和动态配置(包括黑白名单,权重和其他配置)
  • 支持标签路由(Dubbo 2.7版本)
  • 路由规则和动态配置均支持应用维度(Dubbo2.7版本)
  • 支持配置管理
    *支持服务测试

兼容性

所有的服务治理功能面向Dubbo 2.7的yaml格式,向Dubbo 2.6的URL格式兼容,发布的配置在Dubbo 2.6版本的客户端上可以正确解析