Apache Dubbo · Example Payload

Dubbo Admin Model. Condition Match Example

ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

Dubbo Admin Model. Condition Match Example is an example object payload from Apache Dubbo, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

addressapplicationparamservice

Example Payload

Raw ↑
{
  "address": "10.0.0.1:20880",
  "application": "my-dubbo-app",
  "param": [
    "example-value"
  ],
  "service": "com.example.DemoService"
}