# Fields tab

![Fields tab in Kafka Consumer](https://3411831820-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAYwCj9fPr1B2pjC11IOQ%2Fuploads%2Fgit-blob-0b79858a9d27b5d284b23b3d8cbc2f353c78e8cb%2FPDITransStep_KafkaConsumer_FieldsTab.png?alt=media)

Use this tab to define the fields in the record format.

| Option          | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Input name**  | <p>The input name is received from the Kafka streams. The following are received by default:</p><ul><li><strong>key</strong></li></ul><p>Determines message distribution to partitions. If no key is present, messages are randomly distributed from partitions.</p><ul><li><strong>message</strong></li></ul><p>The individual message contained in a record. Each record consists of a key, a value, and a timestamp.</p><ul><li><strong>topic</strong></li></ul><p>The category to which records are published.</p><ul><li><strong>partition</strong></li></ul><p>An ordered sequence of records that is continuously appended. You cannot have more consumers than the number of partitions.</p><ul><li><strong>offset</strong></li></ul><p>A sequential ID number assigned to each record. It uniquely identifies each record within the partition.</p><ul><li><strong>timestamp</strong></li></ul><p>The time the message is received on the server.</p> |
| **Output name** | The **Output name** can be mapped to subscriber and member requirements.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **Type**        | <p>The <strong>Type</strong> field defines the data format for streaming the record. You must choose the same data type that produced the records. This field applies to the key and message input names. Options include:</p><ul><li>String</li><li>Boolean</li><li>Number</li><li>Integer</li><li>Binary</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
