From 7da532b8b6b51259324584d1d450582e62c5b0b1 Mon Sep 17 00:00:00 2001 From: Victor Ma Date: Wed, 30 Oct 2024 23:03:33 -0400 Subject: [PATCH] Fix tagged fields in table --- course-definition.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course-definition.yml b/course-definition.yml index 78544b2..99f6662 100644 --- a/course-definition.yml +++ b/course-definition.yml @@ -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).