Skip to content

Commit

Permalink
Fix tagged fields in table
Browse files Browse the repository at this point in the history
  • Loading branch information
vic-ma committed Oct 31, 2024
1 parent 646058b commit 7da532b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ stages:
| `request_api_version` | `INT16` | The version of the API for the request |
| `correlation_id` | `INT32` | A unique identifier for the request |
| `client_id` | `NULLABLE_STRING` | The client ID for the request |
| `tagged_fields` | `TAGGED_FIELDS` | Optional tagged fields |
| `TAG_BUFFER` | `COMPACT_ARRAY` | Optional tagged fields |
To learn more about the different data types, see [Protocol Primitive Types](https://kafka.apache.org/protocol.html#protocol_types).
Expand Down

0 comments on commit 7da532b

Please sign in to comment.