Apache Doris · Schema

RoutineLoadJob

Configuration and state of a Routine Load job that continuously ingests data from Apache Kafka into Doris.

AnalyticsApacheDatabaseLakehouseMPPOLAPOpen SourceReal-TimeSQL

Properties

Name Type Description
id integer Routine Load job ID.
name string Name of the Routine Load job.
dbName string Target database name.
tableName string Target table name.
state string Current state of the load job.
dataSourceType string Data source type.
kafkaBrokerList string Kafka broker list.
kafkaTopic string Kafka topic to consume from.
format string Data format.
totalRows integer Total number of rows loaded since job start.
loadedRows integer Number of rows successfully loaded.
filteredRows integer Number of rows filtered.
createTime string Job creation time.
View JSON Schema on GitHub