Apache Doris · Example Payload

Apache Doris Routine Load Job Example

AnalyticsApacheDatabaseLakehouseMPPOLAPOpen SourceReal-TimeSQL

Apache Doris Routine Load Job Example is an example object payload from Apache Doris, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedbNametableNamestatedataSourceTypekafkaBrokerListkafkaTopicformattotalRowsloadedRowsfilteredRowscreateTime

Example Payload

apache-doris-routine-load-job-example.json Raw ↑
{
  "id": 601,
  "name": "kafka-sales-load",
  "dbName": "analytics",
  "tableName": "sales_events",
  "state": "RUNNING",
  "dataSourceType": "KAFKA",
  "kafkaBrokerList": "broker1:9092,broker2:9092",
  "kafkaTopic": "sales-events",
  "format": "JSON",
  "totalRows": 5000000,
  "loadedRows": 4999800,
  "filteredRows": 200,
  "createTime": "2025-03-15T14:30:00Z"
}