From DIS
Currently, data can only be exported from DIS to CSS, Apache Kafka, or DMS Kafka.
The data in the message body is a record in CSV format that supports multiple delimiters. Messages cannot be parsed in binary or other formats.
If the source link of a job is the Link to DIS, configure the source job parameters based on Table 1.
| Parameter | Description | Example Value |
|---|---|---|
| DIS Stream | DIS stream name | dis |
| Offset | Initial offset when data is pulled from DIS
| Latest |
| Permanent Running | Whether a job runs permanently. If a job is set to run for a long time, the job will fail if the DIS system is interrupted. | Yes |
| DIS Partition ID | ID of the DIS partition. You can enter multiple partition IDs separated by commas (,). | 0,1,2 |
| Data Format | Format used for parsing data. The options are as follows:
| Binary |
| Field Delimiter | The default value is space. To set the Tab key as the delimiter, set this parameter to \t. | , |
| Max. Poll Records | (Optional) Maximum number of records per poll | 100 |
| Application Name | Unique identifier of the consumer application to be used. If no application exists, CDM creates one automatically. | cdm |
Last Article: From Redis
Next Article: From Apache Kafka/DMS Kafka
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.