This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 837684a1b9b MINOR: Correct type in README.md from "boolean" to "bool"
(#16706)
837684a1b9b is described below
commit 837684a1b9b3bad244613211e90b67cf9170fb44
Author: Tim Fox <[email protected]>
AuthorDate: Wed Aug 7 16:34:53 2024 +0100
MINOR: Correct type in README.md from "boolean" to "bool" (#16706)
The actual type name in the JSON descriptor files is "bool" not "boolean"
Reviewers: Mickael Maison <[email protected]>, Andrew Schofield
<[email protected]>
---
clients/src/main/resources/common/message/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/src/main/resources/common/message/README.md
b/clients/src/main/resources/common/message/README.md
index 6185b87710a..dadc98164d8 100644
--- a/clients/src/main/resources/common/message/README.md
+++ b/clients/src/main/resources/common/message/README.md
@@ -69,7 +69,7 @@ Field Types
-----------
There are several primitive field types available.
-* "boolean": either true or false.
+* "bool": either true or false.
* "int8": an 8-bit integer.