Readiness 就緒探針

2022-04-24 13:49 更新

擴(kuò)展說(shuō)明

拓展應(yīng)用就緒的檢測(cè)點(diǎn)。

擴(kuò)展接口

org.apache.dubbo.qos.probe.ReadinessProbe

擴(kuò)展配置

Dubbo QOS ready  命令自動(dòng)發(fā)現(xiàn)

已知擴(kuò)展

  • org.apache.dubbo.qos.probe.impl.BootstrapReadinessProbe
  • org.apache.dubbo.qos.probe.impl.ProviderReadinessProbe

擴(kuò)展示例

Maven 項(xiàng)目結(jié)構(gòu):

src
 |-main
    |-java
        |-com
            |-xxx
                |-XxxReadinessProbe.java (實(shí)現(xiàn)ReadinessProbe接口)
    |-resources
        |-META-INF
            |-dubbo
                |-org.apache.dubbo.qos.probe.ReadinessProbe (純文本文件,內(nèi)容為:xxx=com.xxx.XxxReadinessProbe)

XxxReadinessProbe.java:

package com.xxx;
 
public class XxxReadinessProbe implements ReadinessProbe {
    
    public boolean check() {
        // ...
    }
}

META-INF/dubbo/org.apache.dubbo.qos.probe.ReadinessProbe:

xxx=com.xxx.XxxReadinessProbe


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)