You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2020/03/15 10:25:06 UTC

[kafka] branch trunk updated: MINOR: Fix typo in CreateTopicsResponse.json (#8300)

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 2e6b158  MINOR: Fix typo in CreateTopicsResponse.json (#8300)
2e6b158 is described below

commit 2e6b15813cac75e54dc7b3623d365b6990b77c48
Author: Mickael Maison <mi...@users.noreply.github.com>
AuthorDate: Sun Mar 15 10:24:37 2020 +0000

    MINOR: Fix typo in CreateTopicsResponse.json (#8300)
    
    
    Reviewers: Manikumar Reddy <ma...@gmail.com>, Boyang Chen <bo...@confluent.io>
---
 clients/src/main/resources/common/message/CreateTopicsResponse.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clients/src/main/resources/common/message/CreateTopicsResponse.json b/clients/src/main/resources/common/message/CreateTopicsResponse.json
index 6616901..aa824c2 100644
--- a/clients/src/main/resources/common/message/CreateTopicsResponse.json
+++ b/clients/src/main/resources/common/message/CreateTopicsResponse.json
@@ -45,7 +45,7 @@
       { "name": "NumPartitions", "type": "int32", "versions": "5+", "default": "-1", "ignorable": true,
         "about": "Number of partitions of the topic." },
       { "name": "ReplicationFactor", "type": "int16", "versions": "5+", "default": "-1", "ignorable": true,
-        "about": "Replicator factor of the topic." },
+        "about": "Replication factor of the topic." },
       { "name": "Configs", "type": "[]CreatableTopicConfigs", "versions": "5+", "nullableVersions": "5+", "ignorable": true,
         "about": "Configuration of the topic.", "fields": [
         { "name": "Name", "type": "string", "versions": "5+",