Reporting over HTTP

Last updated: 2024-10-10 20:17:51

Scenario

CKafka Connector supports the integration of various data sources, producing different types of data, which can be centrally managed and distributed to downstream offline/online processing platforms, creating a clear data pipeline.
This document describes how to create an HTTP data active reporting task in the CKafka console.

Preparations

You have created the data target topic.

Instructions

1. Log in to the CKafka console.
2. Select Connector > Task List on the left sidebar, choose the appropriate region, and click Create Task.
3. Enter the task name, select Data Access as the task type, choose Data Reporting (HTTP) as the data source type, and click Next.
4. Choose whether to validate the format of the reported data. After selecting the bound Schema, the format of all incoming data will be validated according to that Schema.



5. Click Next and select the data target topic.
You can choose between elastic topic or CKafka instance topic. When selecting CKafka instance topic, you need to specify the target CKafka instance. If the instance is configured with ACL policies, ensure that the selected topic has read/write permissions.


6. Click Submit to create the task. Upon successful creation, access point information will be generated.




Subsequent Operations

After generating the access point, you can copy the access point information into the SDK for data writing. For detailed instructions, please refer to the Data Reporting SDK.