This is an automated email from the ASF dual-hosted git repository.
dajac 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 02a465b090 MINOR: fix typo in FetchRequest.json (#11988)
02a465b090 is described below
commit 02a465b0906f3514a0c6182e8cf8f5b75b228088
Author: bozhao12 <[email protected]>
AuthorDate: Mon Apr 4 15:07:58 2022 +0800
MINOR: fix typo in FetchRequest.json (#11988)
Reviewers: David Jacot <[email protected]>
---
clients/src/main/resources/common/message/FetchRequest.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/src/main/resources/common/message/FetchRequest.json
b/clients/src/main/resources/common/message/FetchRequest.json
index df639579bd..13ab712be3 100644
--- a/clients/src/main/resources/common/message/FetchRequest.json
+++ b/clients/src/main/resources/common/message/FetchRequest.json
@@ -92,7 +92,7 @@
{ "name": "ForgottenTopicsData", "type": "[]ForgottenTopic", "versions":
"7+", "ignorable": false,
"about": "In an incremental fetch request, the partitions to remove.",
"fields": [
{ "name": "Topic", "type": "string", "versions": "7-12", "entityType":
"topicName", "ignorable": true,
- "about": "The partition name." },
+ "about": "The topic name." },
{ "name": "TopicId", "type": "uuid", "versions": "13+", "ignorable":
true, "about": "The unique topic ID"},
{ "name": "Partitions", "type": "[]int32", "versions": "7+",
"about": "The partitions indexes to forget." }