Apache ShardingSphere · Example Payload

Apache Shardingsphere Readwrite Splitting Rule Example

DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

Apache Shardingsphere Readwrite Splitting Rule Example is an example object payload from Apache ShardingSphere, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namewriteDataSourceNamereadDataSourceNamesloadBalancerName

Example Payload

Raw ↑
{
  "name": "example-name",
  "writeDataSourceName": "example-name",
  "readDataSourceNames": [
    "example"
  ],
  "loadBalancerName": "example-name"
}