Create New Stream

Map a technical topic or table to a stream definition.

Stream Context
Select the source/sink connection.
Streams map physical data sources (Topics, Queues, Tables) to ControlStream's internal logic.
KAFKA Configuration
Define technical details for the selected connection.
create

Technical Name is the source of truth.

Required
Payload Decoding
Configure schema source and format hint for decoding payloads.
optional
Definition Preview
{
  "name": "",
  "type": "KAFKA",
  "connectionId": "",
  "technicalName": "",
  "correlationKeyType": "HEADER",
  "correlationKeyName": "trace-id",
  "vendorConfig": {
    "vendor": "KAFKA"
  },
  "decoding": {
    "schemaSource": "NONE",
    "formatHint": "AUTO"
  }
}