You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2019/11/09 06:39:41 UTC

[kafka] branch 2.4 updated: MINOR: Update Epoch field descrition in FetchRequest api doc (#7673)

This is an automated email from the ASF dual-hosted git repository.

jgus pushed a commit to branch 2.4
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.4 by this push:
     new d731437  MINOR: Update Epoch field descrition in FetchRequest api doc (#7673)
d731437 is described below

commit d73143719490a626ac478951d8acd6dcaecce27f
Author: Vikas Singh <vi...@confluent.io>
AuthorDate: Fri Nov 8 22:38:07 2019 -0800

    MINOR: Update Epoch field descrition in FetchRequest api doc (#7673)
    
    The `Epoch` field description was copy of the `SessionId` field. This
    change updates it to describe `Epoch` instead.
    
    No code change, only description changes. Code compiles.
    
    Reviewers: Jason Gustafson <ja...@confluent.io>
---
 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 6e02078..71fe379 100644
--- a/clients/src/main/resources/common/message/FetchRequest.json
+++ b/clients/src/main/resources/common/message/FetchRequest.json
@@ -60,7 +60,7 @@
     { "name": "SessionId", "type": "int32", "versions": "7+", "default": "0", "ignorable": false,
       "about": "The fetch session ID." },
     { "name": "Epoch", "type": "int32", "versions": "7+", "default": "-1", "ignorable": false,
-      "about": "The fetch session ID." },
+      "about": "The epoch of the partition leader as known to the follower replica or a consumer." },
     { "name": "Topics", "type": "[]FetchableTopic", "versions": "0+",
       "about": "The topics to fetch.", "fields": [
       { "name": "Name", "type": "string", "versions": "0+", "entityType": "topicName",