Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
PIPELINES_ SOURCE_ OFFSETS
On this page
This view contains JSON-based offset information for pipelines, particularly SingleStore Kafka Connect Pipelines.
Unlike the integer-based offsets stored in PIPELINES_, this view stores complex offset structures in JSON format to accommodate various Kafka Connect source connectors that require more sophisticated offset tracking.
Note
This view is primarily used for Kafka Connect Pipelines, where offset structures vary by connector type.PIPELINES_.
The KEY and VALUE columns contain JSON data whose structure depends on the specific Kafka Connect source connector being used.
information_ schema. PIPELINES_ SOURCE_ OFFSETS Schema
|
Column Name |
Description |
|---|---|
|
|
The name of the database that contains the pipeline. |
|
|
The name of the pipeline associated with these offsets. |
|
|
The unique identifier for the batch transaction. |
|
|
The task identifier within the pipeline. |
|
|
The offset key, in JSON format. |
|
|
The offset value in JSON format. |
Last modified: