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 8b027b6fefd MINOR: Fix typo in ProduceRequest.json (#14070)
8b027b6fefd is described below

commit 8b027b6fefd46aade40abd125becc58dea02d6a3
Author: tison <wander4...@gmail.com>
AuthorDate: Tue Jul 25 23:56:49 2023 +0800

    MINOR: Fix typo in ProduceRequest.json (#14070)
    
    
    Reviewers: Mickael Maison <mickael.mai...@gmail.com>
---
 clients/src/main/resources/common/message/ProduceRequest.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clients/src/main/resources/common/message/ProduceRequest.json 
b/clients/src/main/resources/common/message/ProduceRequest.json
index 96ef8fb3e69..82a168e63cc 100644
--- a/clients/src/main/resources/common/message/ProduceRequest.json
+++ b/clients/src/main/resources/common/message/ProduceRequest.json
@@ -30,7 +30,7 @@
   //
   // Starting in version 7, records can be produced using ZStandard 
compression.  See KIP-110.
   //
-  // Starting in Version 8, response has RecordErrors and ErrorMEssage. See 
KIP-467.
+  // Starting in Version 8, response has RecordErrors and ErrorMessage. See 
KIP-467.
   //
   // Version 9 enables flexible versions.
   "validVersions": "0-9",

Reply via email to